Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cancel
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected