pub fn propagate_correction(
frontier: &mut Project,
finding_id: &str,
action: PropagationAction,
) -> PropagationResultExpand description
Propagate a correction through the frontier. Returns a PropagationResult describing the cascade.
pub fn propagate_correction(
frontier: &mut Project,
finding_id: &str,
action: PropagationAction,
) -> PropagationResultPropagate a correction through the frontier. Returns a PropagationResult describing the cascade.