Expand description
Correction propagation through the frontier link graph.
When a finding is corrected or retracted, everything that depends on it should know. This module walks the link graph and flags downstream findings, creating ReviewEvent records for each propagation step.
Structs§
- Propagation
Result - Result of a propagation pass.
Enums§
- Propagation
Action - The type of correction being propagated.
Functions§
- make_
retraction_ event - Create a review event recording a retraction with a human-readable reason.
- print_
result - Print a propagation result to stdout.
- propagate_
correction - Propagate a correction through the frontier. Returns a PropagationResult describing the cascade.