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

Method hash

backend/src/git/types.rs:105–107  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

103
104impl std::hash::Hash for RepoLink {
105 fn hash<H: std::hash::Hasher>(&self, state: &mut H) {
106 self.metadata.id.hash(state);
107 }
108}
109
110impl TryFrom<RepoObject> for RepoLink {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected