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

Method normalize_path

core/src/workspace/mod.rs:587–589  ·  view source on GitHub ↗
(&self, input: &str)

Source from the content-addressed store, hash-verified

585 }
586
587 pub fn normalize_path(&self, input: &str) -> Result<WorkspacePath> {
588 self.path_resolver.normalize(input)
589 }
590
591 pub fn fs(&self) -> Arc<dyn WorkspaceFileSystem> {
592 Arc::clone(&self.file_system)

Calls 1

normalizeMethod · 0.45