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

Method added

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

Source from the content-addressed store, hash-verified

120
121impl RepoLink {
122 pub fn added(&self) -> Timestamp {
123 self.metadata.added
124 }
125
126 pub fn details(&self) -> Option<&RepoLinkDetails> {
127 self.metadata.details.as_ref()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected