MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / startRuntimeCommand

Function startRuntimeCommand

projects/electron/src/modules/code/process.ts:582–584  ·  view source on GitHub ↗
(params: StartCommandParams)

Source from the content-addressed store, hash-verified

580}
581
582export async function startRuntimeCommand(params: StartCommandParams): Promise<StartProcessResponse> {
583 return handleStartCommand(params)
584}
585
586export async function startRuntimeScript(params: StartScriptParams): Promise<StartProcessResponse> {
587 return handleStartScript(params)

Callers

nothing calls this directly

Calls 1

handleStartCommandFunction · 0.85

Tested by

no test coverage detected