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

Method partial_cmp

nodedb-vector/src/codec_index/build.rs:26–28  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

24
25impl PartialOrd for Cand {
26 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
27 Some(self.cmp(other))
28 }
29}
30
31impl Ord for Cand {

Callers 6

quantized_searchFunction · 0.45
searchMethod · 0.45
search_with_metricMethod · 0.45
cmpMethod · 0.45

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected