MCPcopy Create free account
hub / github.com/csskit/csskit / cmp

Method cmp

crates/css_parse/src/bump_box.rs:73–75  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

71
72impl<T: Ord> Ord for BumpBox<'_, T> {
73 fn cmp(&self, other: &Self) -> std::cmp::Ordering {
74 (**self).cmp(&**other)
75 }
76}
77
78impl<T: Hash> Hash for BumpBox<'_, T> {

Callers 8

commit_overlaysMethod · 0.80
shortestMethod · 0.80
get_testsFunction · 0.80
generate_feature_dataFunction · 0.80
runMethod · 0.80
print_color_infoFunction · 0.80
suggest_typesMethod · 0.80

Calls

no outgoing calls

Tested by 1

get_testsFunction · 0.64