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

Method workspace_path_string

src/apps/cli/src/agent/core_adapter.rs:65–67  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

63 }
64
65 pub fn workspace_path_string(&self) -> String {
66 self.workspace_path_buf().to_string_lossy().to_string()
67 }
68
69 pub async fn set_workspace_path(&self, workspace_path: Option<PathBuf>) {
70 let mut guard = self.workspace_path.lock().await;

Callers 6

ensure_sessionMethod · 0.80
send_messageMethod · 0.80
create_new_sessionMethod · 0.80
show_usage_reportMethod · 0.80

Calls 1

workspace_path_bufMethod · 0.45

Tested by

no test coverage detected