MCPcopy 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

killMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected