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

Enum AdapterBackendArg

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

Source from the content-addressed store, hash-verified

162 function_scope: FunctionScopeArg,
163 /// Restrict to this Dart package, as in package:<NAME>/... (repeatable)
164 #[arg(
165 long = "app-package",
166 value_name = "NAME",
167 help_heading = "Function selection"
168 )]
169 app_packages: Vec<String>,
170
171 /// Which snapshot adapter backend to use

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected