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

Method eq

backend/src/git/search.rs:214–216  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

212
213impl std::cmp::PartialEq for SearchMatch {
214 fn eq(&self, other: &Self) -> bool {
215 self.object == other.object
216 }
217}
218
219impl std::cmp::Eq for SearchMatch {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected