MCPcopy Index your code
hub / github.com/callstack/agent-device / installFromSourceCommand

Function installFromSourceCommand

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

Source from the content-addressed store, hash-verified

142 AdminInstallFromSourceCommandOptions,
143 AdminInstallCommandResult
144> = async (runtime, options): Promise<AdminInstallCommandResult> =>
145 await runInstallCommand(runtime, options, 'installFromSource');
146
147async function runInstallCommand(
148 runtime: AgentDeviceRuntime,

Callers

nothing calls this directly

Calls 1

runInstallCommandFunction · 0.85

Tested by

no test coverage detected