Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ as_str
Method
as_str
backend/src/types.rs:281–283 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
279
}
280
281
pub fn as_str(&self) -> &str {
282
self.0.as_str()
283
}
284
285
pub fn is_root(&self) -> bool {
286
self.0 == ROOT_TOPIC_ID
Callers
10
try_from
Method · 0.80
parts
Method · 0.80
parse_path
Function · 0.80
viewer
Method · 0.80
name
Method · 0.80
id
Method · 0.80
topic_id
Method · 0.80
try_from
Method · 0.80
persist_topic
Function · 0.80
persist_topics
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected