MCPcopy Create free account
hub / github.com/carsonpo/haystackdb / partial_cmp

Method partial_cmp

src/structures/metadata_index.rs:32–34  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

30
31impl PartialOrd for KVPair {
32 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
33 Some(self.cmp(other))
34 }
35}
36
37impl Ord for KVPair {

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.80

Tested by

no test coverage detected