imWildCat commented on code in PR #4732:
URL: https://github.com/apache/opendal/pull/4732#discussion_r1644569558
##########
core/src/raw/path_cache.rs:
##########
@@ -198,9 +206,22 @@ impl<Q: PathQuery> PathCacher<Q> {
}
}
+/// Normalize the path for dirs
+pub fn normalize_dir_path(path: &str) -> &str {
Review Comment:
makes sense! updated
--
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]