MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / close

Function close

packages/kaos/test/ssh-process.test.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 signalCalls.push(name);
35 },
36 close(): void {
37 closeCalls++;
38 },
39 // Override .on to capture lifecycle listeners ('close', 'exit') while
40 // still letting the underlying Readable receive 'data'/'end'/'error'.
41 on(event: string, cb: (...args: unknown[]) => void): unknown {

Callers

nothing calls this directly

Calls 1

killMethod · 0.65

Tested by

no test coverage detected