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

Function killRuntimePty

projects/electron/src/modules/code/pty.ts:320–322  ·  view source on GitHub ↗
(params: KillParams)

Source from the content-addressed store, hash-verified

318}
319
320export async function killRuntimePty(params: KillParams): Promise<{ ok: boolean }> {
321 return handleKill(params)
322}
323
324export async function reconnectRuntimePty(params: ReconnectParams): Promise<RuntimeReconnectResponse> {
325 const p = activePtys.get(params.ptyId)

Callers 2

cleanupTaskResourcesFunction · 0.90

Calls 1

handleKillFunction · 0.70

Tested by

no test coverage detected