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

Method partial_cmp

nodedb-spatial/src/rtree/search.rs:120–122  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

118
119impl PartialOrd for HeapItem {
120 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
121 Some(self.cmp(other))
122 }
123}
124
125impl Ord for HeapItem {

Callers 6

sort_entries_by_axisFunction · 0.45
sort_children_by_axisFunction · 0.45
str_packFunction · 0.45
forced_reinsertFunction · 0.45
cmpMethod · 0.45
insert_sortedFunction · 0.45

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected