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

Method clear_tool

src/crates/execution/agent-runtime/src/deep_review/queue.rs:265–270  ·  view source on GitHub ↗
(&self, parent_dialog_turn_id: &str, tool_id: &str)

Source from the content-addressed store, hash-verified

263 }
264
265 pub(crate) fn clear_tool(&self, parent_dialog_turn_id: &str, tool_id: &str) {
266 if let Some(key) = DeepReviewQueueControlKey::new(parent_dialog_turn_id, tool_id) {
267 self.paused_tools.remove(&key);
268 self.cancelled_tools.remove(&key);
269 }
270 }
271}
272
273pub fn classify_deep_review_capacity_error(

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected