Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ root
Method
root
atomic-core/src/output/filesystem/mod.rs:59–61 ·
view source on GitHub ↗
Get the root directory path.
(&self)
Source
from the content-addressed store, hash-verified
57
58
/// Get the root directory path.
59
pub fn root(&self) -> &Path {
60
&self.root
61
}
62
63
/// Resolve a relative path to an absolute path within the root.
64
///
Callers
2
walk_files
Method · 0.45
walk_files_recursive
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected