Skip to main content

diff_run_states

Function diff_run_states 

Source
pub fn diff_run_states(
    a: &[RunEvent],
    b: &[RunEvent],
    pointers: &[&str],
) -> ScopedStateDiff
Expand 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.