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

Function reinstallCommand

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

Source from the content-addressed store, hash-verified

136 AdminReinstallCommandOptions,
137 AdminInstallCommandResult
138> = async (runtime, options): Promise<AdminInstallCommandResult> =>
139 await runInstallCommand(runtime, options, 'reinstall');
140
141export const installFromSourceCommand: RuntimeCommand<
142 AdminInstallFromSourceCommandOptions,

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…