MCPcopy Create free account
hub / github.com/caverav/flutterdec / EngineFingerprintCmd

Class EngineFingerprintCmd

crates/flutterdec-cli/src/main.rs:181–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179Which snapshot adapter backend to use.
180
181Backends are located through the environment: FLUTTERDEC_R2FLUTTER_BIN or
182FLUTTERDEC_R2FLUTTER_CMD for r2flutter, and FLUTTERDEC_BLUTTER_CMD or
183FLUTTERDEC_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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected