pub fn parse_spy_log(text: &str) -> Result<Vec<MockCall>>Expand description
Parse an oneharness spy-log (JSONL) into records. Unparseable lines are an error — a truncated log must not silently read as “fewer calls”.
§Errors
Error::Provider when a line is not valid JSON.