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