Skip to main content

compute_delta

Function compute_delta 

Source
pub fn compute_delta(
    mode: &str,
    previous: &str,
    current: &str,
) -> Option<ModeDelta>
Expand description

Compute a structural delta between two mode outputs. Uses line-level diff for structural modes (map, signatures).