pub fn not_loop_declared(
configs: &BindingConfigs,
filter: OperationFilter,
) -> Vec<(String, OperationKind)>Expand description
The (binding, operation) pairs a --all rotation with filter will NEVER
rotate because the binding does not declare the operation with
trigger: loop — consent lives in the declaration. Exposed so the CLI can
say so explicitly instead of the rotation dropping them silently (a loop
operator deserves to see WHY a binding never comes up).