Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ cmp
Method
cmp
hail-fuzz/src/i2s/colorization.rs:247–249 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
245
246
impl Ord for SortByLen {
247
fn cmp(&self, other: &Self) -> std::cmp::Ordering {
248
self.0.len().cmp(&other.0.len())
249
}
250
}
251
252
impl Eq for SortByLen {}
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected