Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ partial_cmp
Method
partial_cmp
crates/kernel/src/id.rs:33–35 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
31
32
impl<M: KernelMode> PartialOrd for KId<M> {
33
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
34
Some(self.cmp(other))
35
}
36
}
37
38
impl<M: KernelMode> Ord for KId<M> {
Callers
1
analyze_block_size_stats
Function · 0.45
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected