Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ Session
Class
Session
src/darkbird/wal/disk_log.rs:463–465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
461
462
463
pub struct Session {
464
sender: mpsc::Sender<Request>
465
}
466
467
impl Session {
468
fn new(sender: mpsc::Sender<Request>) -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected