Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ partial_cmp
Method
partial_cmp
nodedb-vector/src/codec_index/build.rs:26–28 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
24
25
impl PartialOrd for Cand {
26
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
27
Some(self.cmp(other))
28
}
29
}
30
31
impl Ord for Cand {
Callers
6
quantized_search
Function · 0.45
search
Method · 0.45
search_with_metric
Method · 0.45
search_with_bitmap_bytes_and_metric
Method · 0.45
search_with_bitmap_bytes
Method · 0.45
cmp
Method · 0.45
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected