Skip to main content

Module modes

Module modes 

Source
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§

ModeEntry

Enums§

TransformId

Statics§

ALL_ENTRIES

Functions§

pipeline_for
Returns the ordered, applicable transform list for a given (mode, task_scope, format). secret_redaction is not part of this table: the pipeline always runs it first, unconditionally, before consulting this function.