Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
impl PartialOrd for HeapItem {
120
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
121
Some(self.cmp(other))
122
}
123
}
124
125
impl Ord for HeapItem {
Callers
6
sort_entries_by_axis
Function · 0.45
sort_children_by_axis
Function · 0.45
str_pack
Function · 0.45
forced_reinsert
Function · 0.45
cmp
Method · 0.45
insert_sorted
Function · 0.45
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected