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

Method added

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

Source from the content-addressed store, hash-verified

419
420impl RepoLinkWrapper {
421 pub fn added(&self) -> Timestamp {
422 self.repo_link.added()
423 }
424
425 pub fn details(&self) -> Option<&RepoLinkDetails> {
426 self.repo_link.details()

Callers 2

cmpMethod · 0.45
get_mutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected