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

Function parse_function_target

crates/flutterdec-cli/src/main.rs:435–447  ·  view source on GitHub ↗
(raw: &str)

Source from the content-addressed store, hash-verified

433 #[arg(long)]
434 json: bool,
435}
436
437#[derive(Subcommand, Debug)]
438enum AdapterSubcommand {
439 /// Build and install the adapter for a given Dart snapshot hash
440 Install(AdapterInstallCmd),
441 /// List known adapters and whether each is installed
442 List,
443}
444
445#[derive(Args, Debug)]
446struct AdapterInstallCmd {
447 /// Dart snapshot hash, as reported by `flutterdec info`
448 #[arg(long = "dart-hash", value_name = "HASH")]
449 dart_hash: String,
450}

Callers

nothing calls this directly

Calls 1

parse_target_valueFunction · 0.85

Tested by

no test coverage detected