MCPcopy Create free account
hub / github.com/GCWing/BitFun / root_path_string

Method root_path_string

src/crates/assembly/core/src/agentic/workspace.rs:79–81  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77 }
78
79 pub fn root_path_string(&self) -> String {
80 self.root_path.to_string_lossy().to_string()
81 }
82
83 /// Logical workspace root used by tools, display, and workspace-bound IO.
84 ///

Callers 15

build_tool_contextFunction · 0.80
load_skill_entriesFunction · 0.80
resolve_tool_pathMethod · 0.80
call_implMethod · 0.80
display_baseMethod · 0.80
get_repo_pathMethod · 0.80
repository_pathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected