Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ exists
Method
exists
atomic-core/src/output/memory.rs:542–544 ·
view source on GitHub ↗
(&self, path: &str)
Source
from the content-addressed store, hash-verified
540
}
541
542
fn exists(&self, path: &str) -> bool {
543
self.files.borrow().contains_key(path)
544
}
545
546
fn is_directory(&self, path: &str) -> bool {
547
self.files
Callers
nothing calls this directly
Calls
1
contains_key
Method · 0.80
Tested by
no test coverage detected