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

Class LengthExtData

hail-fuzz/src/extension.rs:340–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338
339#[derive(Default)]
340pub struct LengthExtData {
341 stream_exits: HashMap<StreamKey, usize>,
342}
343
344impl LengthExtData {
345 /// Returns the average (across streams) number of times that we end execution due to reaching

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected