MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / kill

Method kill

desktop/terminal/types.ts:19–19  ·  view source on GitHub ↗
(signal?: string | undefined)

Source from the content-addressed store, hash-verified

17 write(data: string): void
18 resize(cols: number, rows: number): void
19 kill(signal?: string | undefined): void
20 onData(callback: (data: string) => void): () => void
21 onExit(callback: (event: PtyExitEvent) => void): () => void
22}

Callers 9

openPathWithSystemFunction · 0.65
closeTerminalFunction · 0.65
startProcessFunction · 0.65
killMethod · 0.65
terminateHostProcessFunction · 0.65
runShellNodeProbeFunction · 0.65
shutdownFunction · 0.65
dev-web.tsFile · 0.65
stopElectronProcessFunction · 0.65

Implementers 1

NodePtyProcessdesktop/terminal/node-pty.ts

Calls

no outgoing calls

Tested by

no test coverage detected