MCPcopy 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_fromMethod · 0.80
partsMethod · 0.80
parse_pathFunction · 0.80
viewerMethod · 0.80
nameMethod · 0.80
idMethod · 0.80
topic_idMethod · 0.80
try_fromMethod · 0.80
persist_topicFunction · 0.80
persist_topicsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected