| 179 | Which snapshot adapter backend to use. |
| 180 | |
| 181 | Backends are located through the environment: FLUTTERDEC_R2FLUTTER_BIN or |
| 182 | FLUTTERDEC_R2FLUTTER_CMD for r2flutter, and FLUTTERDEC_BLUTTER_CMD or |
| 183 | FLUTTERDEC_BLUTTER_PY for the Blutter bridge." |
| 184 | )] |
| 185 | adapter_backend: AdapterBackendArg, |
| 186 | /// Fail if the adapter and loader disagree on the snapshot hash |
| 187 | #[arg(long, help_heading = "Analysis engine")] |
| 188 | require_snapshot_hash_match: bool, |
| 189 | /// Analysis depth versus throughput |
| 190 | #[arg( |
| 191 | long, |
| 192 | value_enum, |
nothing calls this directly
no outgoing calls
no test coverage detected