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

Class NewInput

hail-fuzz/src/queue.rs:397–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395
396#[derive(PartialEq, Eq)]
397struct NewInput {
398 id: InputId,
399 len: usize,
400 streams: usize,
401 icount: u64,
402 new_bits: usize,
403}
404
405impl NewInput {
406 /// Assigns a weight to the input which is used to determine which of the new inputs we should

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected