MCPcopy Create free account
hub / github.com/callstack/agent-device / installCommand

Function installCommand

src/commands/management/runtime/admin.ts:132–133  ·  view source on GitHub ↗
(runtime, options)

Source from the content-addressed store, hash-verified

130 AdminInstallCommandOptions,
131 AdminInstallCommandResult
132> = async (runtime, options): Promise<AdminInstallCommandResult> =>
133 await runInstallCommand(runtime, options, 'install');
134
135export const reinstallCommand: RuntimeCommand<
136 AdminReinstallCommandOptions,

Callers

nothing calls this directly

Calls 1

runInstallCommandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…