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

Method coordinator

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

Source from the content-addressed store, hash-verified

50 /// Get the coordinator (for advanced operations like list_sessions, get_messages)
51 #[allow(dead_code)]
52 pub fn coordinator(&self) -> &Arc<ConversationCoordinator> {
53 &self.coordinator
54 }
55
56 pub fn workspace_path_buf(&self) -> PathBuf {
57 self.workspace_path

Callers 6

runMethod · 0.45
show_usage_reportMethod · 0.45
switch_to_sessionMethod · 0.45
show_session_selectorMethod · 0.45
handle_session_deleteMethod · 0.45
prepare_sessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected