MCPcopy Index your code
hub / github.com/AI45Lab/Code / as_str

Method as_str

core/src/workspace/mod.rs:73–75  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

71 }
72
73 pub fn as_str(&self) -> &str {
74 &self.inner
75 }
76
77 pub fn is_root(&self) -> bool {
78 self.inner == "."

Callers 15

capture_snapshotMethod · 0.45
executeMethod · 0.45
read_textMethod · 0.45
write_textMethod · 0.45
executeMethod · 0.45
select_tools_for_promptFunction · 0.45
selection_contextFunction · 0.45

Calls

no outgoing calls