Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ exists
Method
exists
atomic-core/src/output/filesystem/mod.rs:92–94 ·
view source on GitHub ↗
Check if a path exists.
(&self, path: &str)
Source
from the content-addressed store, hash-verified
90
91
/// Check if a path exists.
92
pub fn exists(&self, path: &str) -> bool {
93
self.resolve_path(path).map(|p| p.exists()).unwrap_or(false)
94
}
95
}
96
97
// WORKING COPY WRITE IMPLEMENTATION
Callers
15
run
Method · 0.45
apply_stash
Method · 0.45
run_drop
Method · 0.45
delete_file
Method · 0.45
add_path
Method · 0.45
print_ignore_debug
Method · 0.45
run
Method · 0.45
resolve_path
Method · 0.45
create_ignore_file
Method · 0.45
run
Method · 0.45
test_init_with_custom_view
Function · 0.45
run
Method · 0.45
Calls
1
resolve_path
Method · 0.45
Tested by
1
test_init_with_custom_view
Function · 0.36