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

Method has_pending_mcp_add_task

src/apps/cli/src/modes/chat.rs:2385–2389  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2383 }
2384
2385 fn has_pending_mcp_add_task(&self) -> bool {
2386 self.pending_mcp_tasks
2387 .iter()
2388 .any(|task| matches!(task, PendingMcpTask::Add { .. }))
2389 }
2390
2391 fn poll_mcp_task_completion(
2392 &mut self,

Callers 1

add_mcp_serverMethod · 0.80

Calls 1

iterMethod · 0.80

Tested by

no test coverage detected