MCPcopy 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
246impl Ord for SortByLen {
247 fn cmp(&self, other: &Self) -> std::cmp::Ordering {
248 self.0.len().cmp(&other.0.len())
249 }
250}
251
252impl Eq for SortByLen {}

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected