Xuanwo commented on code in PR #1892:
URL: 
https://github.com/apache/incubator-opendal/pull/1892#discussion_r1161855796


##########
bindings/c/include/opendal.h:
##########
@@ -147,6 +148,16 @@ typedef struct opendal_result_read {
   enum opendal_code code;
 } opendal_result_read;
 
+/*
+ The result type for [`opendal_operator_is_exist()`], the field `exist`
+ contains whether the path exists, and the field `code` contains the
+ corresponding error code.
+ */
+typedef struct opendal_result_exist {

Review Comment:
   > But AFAIK, in C, most libraries and programs use `snake_case` for structs, 
functions and variables,
   
   Ok, let's keep the style As-IS.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to