Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ Session
Class
Session
src/darkbird/router.rs:240–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
239
240
pub struct Session<Msg> {
241
sender: mpsc::Sender<Request<Msg>>
242
}
243
244
impl<Msg> Session<Msg>
245
where
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected