MCPcopy 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
32impl<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
38impl<M: KernelMode> Ord for KId<M> {

Callers 1

analyze_block_size_statsFunction · 0.45

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected