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