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

Function killRuntimeProcess

projects/electron/src/modules/code/process.ts:590–592  ·  view source on GitHub ↗
(processId: string)

Source from the content-addressed store, hash-verified

588}
589
590export async function killRuntimeProcess(processId: string): Promise<KillResponse> {
591 return handleKill(processId)
592}
593
594export async function listRuntimeProcesses(): Promise<ListResponse> {
595 return handleList()

Callers

nothing calls this directly

Calls 1

handleKillFunction · 0.70

Tested by

no test coverage detected