Skip to main content

apply_redundancy_drop

Function apply_redundancy_drop 

Source
pub fn apply_redundancy_drop(value: Value) -> Value
Expand description

Apply the view-only redundancy-reduction pre-pass (ADR-078 §7) to a value.

Applies at most ONE pass over the value. This function is the canonical entry for the pre-pass; the per-record logic lives in drop_record.

Applied only when format ∈ {auto, table} AND presentationVerbose. Callers are responsible for checking those conditions; this function applies unconditionally.