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

Class MultiStreamTracer

hail-fuzz/src/debugging/trace.rs:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50#[derive(Clone)]
51struct MultiStreamTracer {
52 /// The (key, value, size) of all the reads made to the IO region.
53 reads: Vec<(StreamKey, u64, u8)>,
54}
55
56impl IoTracer for MultiStreamTracer {
57 fn read(&mut self, addr: StreamKey, value: &[u8]) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected