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

Method clear

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

Source from the content-addressed store, hash-verified

169 }
170
171 pub fn clear(&self, session_id: &str, turn_id: &str) {
172 self.inner
173 .remove(&(session_id.to_string(), turn_id.to_string()));
174 }
175
176 pub fn take(&self, session_id: &str, turn_id: &str) -> bool {
177 self.inner

Calls 2

removeMethod · 0.45
lenMethod · 0.45