MCPcopy 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
260impl 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

lenMethod · 0.45

Tested by

no test coverage detected