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

Method get_btw_turn

src/crates/execution/agent-runtime/src/side_question.rs:78–81  ·  view source on GitHub ↗
(&self, request_id: &str)

Source from the content-addressed store, hash-verified

76 }
77
78 pub async fn get_btw_turn(&self, request_id: &str) -> Option<ActiveBtwTurn> {
79 let guard = self.btw_turns.lock().await;
80 guard.get(request_id).cloned()
81 }
82}
83
84#[cfg(test)]

Callers 1

btw_cancelFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected