MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / eq

Method eq

nodedb/src/data/executor/handlers/document/sort.rs:321–323  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

319
320impl PartialEq for MergeEntry {
321 fn eq(&self, other: &Self) -> bool {
322 self.cmp(other) == std::cmp::Ordering::Equal
323 }
324}
325
326impl Eq for MergeEntry {}

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected