MCPcopy Create free account
hub / github.com/AI45Lab/Code / normalize

Method normalize

core/src/workspace/local.rs:76–78  ·  view source on GitHub ↗
(&self, input: &str)

Source from the content-addressed store, hash-verified

74
75impl WorkspacePathResolver for LocalWorkspaceBackend {
76 fn normalize(&self, input: &str) -> Result<WorkspacePath> {
77 normalize_local_path(&self.root, input)
78 }
79}
80
81#[async_trait]

Callers

nothing calls this directly

Calls 1

normalize_local_pathFunction · 0.85

Tested by

no test coverage detected