MCPcopy 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
254impl PartialEq for SortByLen {
255 fn eq(&self, other: &Self) -> bool {
256 self.0.len() == other.0.len()
257 }
258}
259
260impl PartialOrd for SortByLen {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected