pub fn diff_run_states(
a: &[RunEvent],
b: &[RunEvent],
pointers: &[&str],
) -> ScopedStateDiffExpand description
Convenience: extract last checkpoint state from two event streams and diff at the given JSON pointer paths.
Returns an empty diff if either stream has no checkpoint events.