Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ partial_cmp
Method
partial_cmp
hail-fuzz/src/i2s/colorization.rs:261–263 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
259
260
impl PartialOrd for SortByLen {
261
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
262
self.0.len().partial_cmp(&other.0.len())
263
}
264
}
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected