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

Class ArrayInfo

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

Source from the content-addressed store, hash-verified

297
298#[derive(Debug)]
299pub struct ArrayInfo {
300 pub is_ascii: bool,
301 pub null_terminated: bool,
302 pub prefix_match: usize,
303}
304
305impl ArrayInfo {
306 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected