Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ end
Method
end
packages/kaos/test/ssh-create.test.ts:83–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
end(): void {
84
state.endCalls += 1;
85
queueMicrotask(() => {
86
this.emit(
'close'
);
87
});
88
}
89
90
sftp(callback: (err?: Error, sftp?: SFTPWrapper) => void): void {
91
if
(options.sftpError) {
Callers
nothing calls this directly
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected