(runtime, options)
| 142 | AdminInstallFromSourceCommandOptions, |
| 143 | AdminInstallCommandResult |
| 144 | > = async (runtime, options): Promise<AdminInstallCommandResult> => |
| 145 | await runInstallCommand(runtime, options, 'installFromSource'); |
| 146 | |
| 147 | async function runInstallCommand( |
| 148 | runtime: AgentDeviceRuntime, |
nothing calls this directly
no test coverage detected