Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
json
Function · 0.45
text
Function · 0.45
raw
Function · 0.45
sseLines
Function · 0.45
handle
Method · 0.45
buildFixtureZip
Function · 0.45
processWithInterleavedOutput
Function · 0.45
finish
Function · 0.45
processWithStreamError
Function · 0.45
createZipBuffer
Function · 0.45
serveOnce
Function · 0.45
createZipBuffer
Function · 0.45
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected