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

Method partial_cmp

nodedb-vector/src/matryoshka.rs:102–104  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

100
101impl PartialOrd for HeapEntry {
102 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
103 Some(self.cmp(other))
104 }
105}
106
107impl Ord for HeapEntry {

Callers 9

adaptive_searchFunction · 0.45
search_with_metricMethod · 0.45
searchMethod · 0.45
cmpMethod · 0.45
matryoshka_searchFunction · 0.45
searchMethod · 0.45

Calls 1

cmpMethod · 0.45