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

Method finalize

hail-fuzz/src/i2s/analysis.rs:164–169  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

162 }
163
164 fn finalize(&mut self) -> Option<Counter> {
165 if let Some(stride) = self.stride {
166 self.finalize_stride(stride);
167 }
168 self.best
169 }
170
171 #[cfg(test)]
172 fn from_sequence(items: impl Iterator<Item = i64> + Clone) -> Self {

Callers 1

from_sequenceMethod · 0.80

Calls 1

finalize_strideMethod · 0.80

Tested by

no test coverage detected