MCPcopy Index your code
hub / github.com/emwalker/digraph / root

Method root

backend/src/git/types.rs:400–405  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

398 }
399
400 pub fn root(&self) -> bool {
401 match &self.metadata.details {
402 Some(details) => details.root,
403 None => false,
404 }
405 }
406
407 pub fn synonyms(&self) -> &[Synonym] {
408 self.metadata.synonyms()

Callers 1

callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected