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

Class MultiStreamSnapshot

hail-fuzz/src/input.rs:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323struct MultiStreamSnapshot {
324 cursors: Vec<(StreamKey, u32)>,
325 tracer: Option<Box<dyn std::any::Any>>,
326}
327
328impl IoMemory for MultiStream {
329 fn read(&mut self, addr: u64, buf: &mut [u8]) -> MemResult<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected