Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ signal
Function
signal
packages/kaos/test/ssh-process.test.ts:33–35 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
31
const
channel = Object.assign(stdout, {
32
stderr,
33
signal(name: string): void {
34
signalCalls.push(name);
35
},
36
close(): void {
37
closeCalls++;
38
},
Callers
nothing calls this directly
Calls
2
kill
Method · 0.65
push
Method · 0.45
Tested by
no test coverage detected