MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / cmp

Method cmp

crates/primitives/src/col_list.rs:321–323  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

319
320impl Ord for ColList {
321 fn cmp(&self, other: &Self) -> Ordering {
322 self.iter().cmp(other.iter())
323 }
324}
325impl PartialOrd for ColList {
326 fn partial_cmp(&self, other: &Self) -> Option<Ordering> {

Callers 11

build_leaderboardFunction · 0.45
get_templatesFunction · 0.45
discover_templatesFunction · 0.45
execMethod · 0.45
normalizeMethod · 0.45
partial_cmpMethod · 0.45
cmp_start_endFunction · 0.45

Calls 1

iterMethod · 0.65

Tested by 1

get_templatesFunction · 0.36