MCPcopy 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
109impl 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_idFunction · 0.45
build_static_tx_classFunction · 0.45
build_dependent_tx_classFunction · 0.45
snapshot_grantsMethod · 0.45
snapshot_ownersMethod · 0.45
render_prometheusMethod · 0.45
cap_simple_tenant_mapFunction · 0.45
cap_duration_tenant_mapFunction · 0.45
cap_bytes_tenant_mapFunction · 0.45

Calls 1

partial_cmpMethod · 0.45