Skip to main content

visit_agent_output

Function visit_agent_output 

Source
pub fn visit_agent_output(
    path: &Path,
    visitor: impl FnMut(OutputStream, &[u8]),
) -> Result<()>
Expand description

Visits decoded agent chunks in capture order without retaining the whole log. A malformed or crash-truncated record does not hide earlier evidence.