Skip to main content

diff

Function diff 

Source
pub fn diff(prev: &ContextSnapshot, next: &ContextSnapshot) -> Vec<Change>
Expand description

Computes what changed between two consecutive snapshots.

Ordering is deterministic (request scalars, request headers, query params, request body, response, message, errors — each map walked in BTreeMap order), so the UI and tests see a stable list.