Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
impl PartialOrd for KVPair {
32
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
33
Some(self.cmp(other))
34
}
35
}
36
37
impl Ord for KVPair {
Callers
nothing calls this directly
Calls
1
cmp
Method · 0.80
Tested by
no test coverage detected