MCPcopy Create free account
hub / github.com/dallay/agentsync / canonicalize_uncached

Method canonicalize_uncached

src/linker.rs:114–117  ·  view source on GitHub ↗
(&self, path: &Path)

Source from the content-addressed store, hash-verified

112 }
113
114 fn canonicalize_uncached(&self, path: &Path) -> Result<PathBuf> {
115 fs::canonicalize(path)
116 .with_context(|| format!("Failed to canonicalize path: {}", path.display()))
117 }
118
119 /// Get or compute the canonical project root path, using cache.
120 fn get_canonical_project_root(&self) -> Result<PathBuf> {

Callers 3

ensure_safe_pathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected