MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / cmp

Method cmp

atomic-core/src/crdt/apply/order.rs:241–243  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

239
240impl<Id: Clone + Eq + Ord> Ord for OrderingEntry<Id> {
241 fn cmp(&self, other: &Self) -> Ordering {
242 self.id.cmp(&other.id)
243 }
244}
245
246impl<Id: Clone + Eq + Ord> PartialOrd for OrderingEntry<Id> {

Callers 15

runMethod · 0.80
aggregate_tool_usageFunction · 0.80
sort_by_pathMethod · 0.80
list_dirMethod · 0.80
partial_cmpMethod · 0.80
kg_fts_searchMethod · 0.80
from_tableMethod · 0.80
kg_fts_searchMethod · 0.80
list_filteredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected