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

Method id

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

Source from the content-addressed store, hash-verified

132 }
133
134 pub fn id(&self) -> &ExternalId {
135 &self.metadata.id
136 }
137
138 pub fn is_reference(&self) -> bool {
139 self.metadata.details.is_none()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected