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

Method partial_cmp

nodedb/src/engine/graph/algo/sssp.rs:104–106  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

102
103impl PartialOrd for OrdF64 {
104 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
105 Some(self.cmp(other))
106 }
107}
108
109impl Ord for OrdF64 {

Callers 14

quantile_over_timeFunction · 0.45
eval_aggregationFunction · 0.45
compute_aggFunction · 0.45
eval_histogram_quantileFunction · 0.45
compute_aggregateFunction · 0.45
compare_jsonFunction · 0.45
searchMethod · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
cmpMethod · 0.45

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected