Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ cmp
Method
cmp
nodedb/src/engine/graph/algo/sssp.rs:110–114 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
108
109
impl Ord for OrdF64 {
110
fn cmp(&self, other: &Self) -> std::cmp::Ordering {
111
self.0
112
.partial_cmp(&other.0)
113
.unwrap_or(std::cmp::Ordering::Greater)
114
}
115
}
116
117
#[cfg(test)]
Callers
15
cmp_id
Function · 0.45
build_static_tx_class
Function · 0.45
build_dependent_tx_class
Function · 0.45
snapshot_grants
Method · 0.45
snapshot_owners
Method · 0.45
render_prometheus
Method · 0.45
cap_simple_tenant_map
Function · 0.45
cap_duration_tenant_map
Function · 0.45
cap_bytes_tenant_map
Function · 0.45
prometheus_database_metrics
Method · 0.45
prometheus_backpressure
Method · 0.45
prometheus_cdc_stream_drops
Method · 0.45
Calls
1
partial_cmp
Method · 0.45
Tested by
2
tenant_stats_one_entry_per_collection
Function · 0.36
http_endpoint_response_lists_all_three_quarantined_engines
Function · 0.36