MCPcopy Create free account
hub / github.com/emwalker/digraph / kind

Method kind

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

Source from the content-addressed store, hash-verified

501 }
502
503 pub fn kind(&self) -> Kind {
504 match self {
505 RepoObject::Topic(_) => Kind::Topic,
506 RepoObject::Link(_) => Kind::Link,
507 }
508 }
509
510 pub fn parent_topics(&self) -> &BTreeSet<ParentTopic> {
511 match self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected