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

Method details

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

Source from the content-addressed store, hash-verified

124 }
125
126 pub fn details(&self) -> Option<&RepoLinkDetails> {
127 self.metadata.details.as_ref()
128 }
129
130 pub fn has_details(&self) -> bool {
131 self.metadata.details.is_some()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected