Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ is_guest
Method
is_guest
backend/src/types.rs:526–528 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
524
}
525
526
pub fn is_guest(&self) -> bool {
527
self.session_id.is_none()
528
}
529
}
530
531
#[cfg(test)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected