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

Function startRuntimeScript

projects/electron/src/modules/code/process.ts:586–588  ·  view source on GitHub ↗
(params: StartScriptParams)

Source from the content-addressed store, hash-verified

584}
585
586export async function startRuntimeScript(params: StartScriptParams): Promise<StartProcessResponse> {
587 return handleStartScript(params)
588}
589
590export async function killRuntimeProcess(processId: string): Promise<KillResponse> {
591 return handleKill(processId)

Callers

nothing calls this directly

Calls 1

handleStartScriptFunction · 0.85

Tested by

no test coverage detected