| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected