Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ cmp
Method
cmp
nodedb/src/data/executor/handlers/document/sort.rs:335–337 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
333
334
impl Ord for MergeEntry {
335
fn cmp(&self, other: &Self) -> std::cmp::Ordering {
336
compare_docs_by_keys_binary(&self.row.1, &other.row.1, &self.sort_keys)
337
}
338
}
339
340
#[cfg(test)]
Callers
7
graph_nodes_to_ranked_results
Function · 0.45
compare_json_values
Function · 0.45
compare_json
Function · 0.45
rebuild_fts_thread
Function · 0.45
eq
Method · 0.45
partial_cmp
Method · 0.45
compare_values
Function · 0.45
Calls
1
compare_docs_by_keys_binary
Function · 0.85
Tested by
no test coverage detected