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

Method end

packages/kaos/test/ssh.test.ts:1418–1423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1416 closed = false;
1417
1418 end(): void {
1419 queueMicrotask(() => {
1420 this.closed = true;
1421 this.emit('close');
1422 });
1423 }
1424
1425 exec(
1426 _command: string,

Callers 15

jsonFunction · 0.45
textFunction · 0.45
rawFunction · 0.45
sseLinesFunction · 0.45
handleMethod · 0.45
buildFixtureZipFunction · 0.45
finishFunction · 0.45
processWithStreamErrorFunction · 0.45
createZipBufferFunction · 0.45
serveOnceFunction · 0.45
createZipBufferFunction · 0.45

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected