MCPcopy 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
334impl 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

compare_json_valuesFunction · 0.45
compare_jsonFunction · 0.45
rebuild_fts_threadFunction · 0.45
eqMethod · 0.45
partial_cmpMethod · 0.45
compare_valuesFunction · 0.45

Calls 1

Tested by

no test coverage detected