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

Method has_details

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

Source from the content-addressed store, hash-verified

128 }
129
130 pub fn has_details(&self) -> bool {
131 self.metadata.details.is_some()
132 }
133
134 pub fn id(&self) -> &ExternalId {
135 &self.metadata.id

Callers 2

link_detailsMethod · 0.80
topic_detailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected