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

Method set_workspace_path

src/apps/cli/src/agent/core_adapter.rs:69–72  ·  view source on GitHub ↗
(&self, workspace_path: Option<PathBuf>)

Source from the content-addressed store, hash-verified

67 }
68
69 pub async fn set_workspace_path(&self, workspace_path: Option<PathBuf>) {
70 let mut guard = self.workspace_path.lock().await;
71 *guard = workspace_path;
72 }
73
74 fn build_default_session_name() -> String {
75 format!(

Callers 1

switch_to_sessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected