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

Method min_alignment

hail-fuzz/src/input.rs:50–52  ·  view source on GitHub ↗

Returns the minimum alignment of the stream, given the reads we have seen for this stream.

(&self)

Source from the content-addressed store, hash-verified

48
49 /// Returns the minimum alignment of the stream, given the reads we have seen for this stream.
50 pub fn min_alignment(&self) -> usize {
51 1 << self.sizes.trailing_zeros()
52 }
53}
54
55pub type StreamKey = u64;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected