MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / MinMax

Class MinMax

hail-fuzz/src/i2s/analysis.rs:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279/// Represents a value that we only know the minimum and maximum of.
280#[derive(Debug, Copy, Clone, PartialEq, Eq)]
281pub struct MinMax {
282 pub min: i64,
283 pub max: i64,
284}
285
286impl MinMax {
287 /// Returns the number of bytes required to store the range.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected