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

Method normalize

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

Source from the content-addressed store, hash-verified

888
889impl WorkspacePathResolver for VirtualPathResolver {
890 fn normalize(&self, input: &str) -> Result<WorkspacePath> {
891 normalize_virtual_path(input)
892 }
893}
894
895fn normalize_virtual_path(input: &str) -> Result<WorkspacePath> {

Calls 1

normalize_virtual_pathFunction · 0.85