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

Method eq

backend/src/git/types.rs:84–86  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

82
83impl std::cmp::PartialEq for RepoLink {
84 fn eq(&self, other: &Self) -> bool {
85 self.metadata.id == other.metadata.id
86 }
87}
88
89impl std::cmp::Eq for RepoLink {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected