We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd3945 commit 4fb77e1Copy full SHA for 4fb77e1
clients/filesystem-fuse/src/utils.rs
@@ -19,6 +19,7 @@
19
20
// join the parent and name to a path
21
pub fn join_file_path(parent: &str, name: &str) -> String {
22
+ //TODO handle corner cases
23
if parent.is_empty() {
24
name.to_string()
25
} else {
0 commit comments