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

Method remove

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

Source from the content-addressed store, hash-verified

132 }
133
134 pub fn remove(&self, session_id: &str) -> Option<ActiveDialogTurn> {
135 self.inner.remove(session_id).map(|(_, turn)| turn)
136 }
137
138 pub fn contains(&self, session_id: &str) -> bool {
139 self.inner.contains_key(session_id)

Callers 15

cancelMethod · 0.45
sendMethod · 0.45
delete_sessionMethod · 0.45
unsubscribe_internalMethod · 0.45
delete_sessionMethod · 0.45
delete_sessionMethod · 0.45
clearMethod · 0.45
takeMethod · 0.45
send_answerMethod · 0.45
cancelMethod · 0.45
applyMethod · 0.45
clear_toolMethod · 0.45

Calls

no outgoing calls