Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ is_root
Method
is_root
backend/src/types.rs:285–287 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
283
}
284
285
pub fn is_root(&self) -> bool {
286
self.0 == ROOT_TOPIC_ID
287
}
288
289
pub fn parts(&self) -> Result<(&str, &str, &str)> {
290
lazy_static! {
Callers
1
intersection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected