MCPcopy Create free account
hub / github.com/AI45Lab/Code / clear_canceller

Method clear_canceller

core/src/subagent_task_tracker.rs:120–122  ·  view source on GitHub ↗
(&self, task_id: &str)

Source from the content-addressed store, hash-verified

118 }
119
120 pub async fn clear_canceller(&self, task_id: &str) {
121 self.cancellers.write().await.remove(task_id);
122 }
123
124 /// Fire the registered token and mark the snapshot as `Cancelled`.
125 /// Returns `true` if a token was found (caller can interpret as

Calls 2

removeMethod · 0.80
writeMethod · 0.80

Tested by

no test coverage detected