Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ eq
Method
eq
hail-fuzz/src/i2s/colorization.rs:255–257 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
253
254
impl PartialEq for SortByLen {
255
fn eq(&self, other: &Self) -> bool {
256
self.0.len() == other.0.len()
257
}
258
}
259
260
impl PartialOrd for SortByLen {
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected