Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_context
Function · 0.80
load_skill_entries
Function · 0.80
resolve_workspace_tool_path
Method · 0.80
resolve_tool_path
Method · 0.80
call_impl
Method · 0.80
display_base
Method · 0.80
build_workspace_search_request
Method · 0.80
get_repo_path
Method · 0.80
resolve_working_directory
Method · 0.80
workspace_ref_from_context_binding
Method · 0.80
workspace_target_from_context
Method · 0.80
repository_path
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected