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

Method details

backend/src/git/ext.rs:229–231  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

227 }
228
229 pub fn details(&self) -> Option<&RepoTopicDetails> {
230 self.repo_topic.details()
231 }
232
233 pub fn parent_topic_ids(&self) -> Vec<ExternalId> {
234 self.repo_topic

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected