Expand description
Canonical mode matrix: the single source of truth for which transforms run in which
mode, at what ratio cap, for which task scopes and input formats. secret_redaction is
deliberately absent from this table — it runs unconditionally before the pipeline and
cannot be disabled (see budget::CompressionPolicyBuilder::build).
tests/fixtures/mode_matrix.toml mirrors this table for cross-surface testing
(INTERFACES.md Part 2 is the authoritative reference for both).
Structs§
Enums§
Statics§
Functions§
- pipeline_
for - Returns the ordered, applicable transform list for a given (mode, task_scope, format).
secret_redactionis not part of this table: the pipeline always runs it first, unconditionally, before consulting this function.