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

Method take

src/crates/execution/agent-runtime/src/scheduler.rs:176–180  ·  view source on GitHub ↗
(&self, session_id: &str, turn_id: &str)

Source from the content-addressed store, hash-verified

174 }
175
176 pub fn take(&self, session_id: &str, turn_id: &str) -> bool {
177 self.inner
178 .remove(&(session_id.to_string(), turn_id.to_string()))
179 .is_some()
180 }
181}
182
183#[derive(Debug, Default)]

Callers 15

do_cleanup_log_sessionsFunction · 0.80
truncate_previewFunction · 0.80
limit_text_lenFunction · 0.80
start_acp_dialog_turnFunction · 0.80
safe_file_stemFunction · 0.80
save_ocr_debug_jpegFunction · 0.80
levenshtein_charsFunction · 0.80
quote_clipFunction · 0.80
locate_ui_element_centerFunction · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected