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

Method partial_cmp

nodedb-array/src/sync/hlc.rs:119–121  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

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

Callers 3

lt_boundFunction · 0.45
le_boundFunction · 0.45
coord_ltFunction · 0.45

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected