rich7420 commented on code in PR #6785: URL: https://github.com/apache/opendal/pull/6785#discussion_r2621470481
########## bindings/c/include/opendal.h: ########## @@ -1007,6 +1007,9 @@ struct opendal_result_operator_writer opendal_operator_writer(const struct opend */ struct opendal_error *opendal_operator_delete(const struct opendal_operator *op, const char *path); +struct opendal_error *opendal_operator_remove_all(const struct opendal_operator *op, Review Comment: ok, I'll remove it! -- 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]
