Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IgorWarzocha/howcode
/ kill
Method
kill
desktop/terminal/node-pty.ts:22–24 ·
view source on GitHub ↗
(signal?: string | undefined)
Source
from the content-addressed store, hash-verified
20
}
21
22
kill(signal?: string | undefined) {
23
this.process.kill(signal)
24
}
25
26
onData(callback: (data: string) => void) {
27
const
disposable = this.process.onData(callback)
Callers
nothing calls this directly
Calls
1
kill
Method · 0.65
Tested by
no test coverage detected