Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
impl<T: Ord> Ord for BumpBox<'_, T> {
73
fn cmp(&self, other: &Self) -> std::cmp::Ordering {
74
(**self).cmp(&**other)
75
}
76
}
77
78
impl<T: Hash> Hash for BumpBox<'_, T> {
Callers
8
commit_overlays
Method · 0.80
shortest
Method · 0.80
visit_color_mix_function
Method · 0.80
get_tests
Function · 0.80
generate_feature_data
Function · 0.80
run
Method · 0.80
print_color_info
Function · 0.80
suggest_types
Method · 0.80
Calls
no outgoing calls
Tested by
1
get_tests
Function · 0.64