| 210 | )] |
| 211 | max_placeholder_ifs: usize, |
| 212 | /// Fail if more than N control-flow edges stay unresolved |
| 213 | #[arg( |
| 214 | long, |
| 215 | default_value_t = 0, |
| 216 | value_name = "N", |
| 217 | help_heading = "Quality gates" |
| 218 | )] |
nothing calls this directly
no outgoing calls
no test coverage detected