Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
320
impl Ord for ColList {
321
fn cmp(&self, other: &Self) -> Ordering {
322
self.iter().cmp(other.iter())
323
}
324
}
325
impl PartialOrd for ColList {
326
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
Callers
11
build_context_from_rustdoc_json
Function · 0.45
build_leaderboard
Function · 0.45
get_templates
Function · 0.45
discover_templates
Function · 0.45
exec
Method · 0.45
ensure_old_ty_upgradable_to_new
Function · 0.45
normalize
Method · 0.45
partial_cmp
Method · 0.45
cmp_start_end
Function · 0.45
find_range_to_insert_offset
Function · 0.45
generate_query_builder_types
Function · 0.45
Calls
1
iter
Method · 0.65
Tested by
1
get_templates
Function · 0.36