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

Method close

packages/node-sdk/src/sdk-rpc-client.ts:89–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 async close(): Promise<void> {
90 try {
91 await getRootLogger().flush();
92 } catch {
93 // never let logger flush block process exit
94 }
95 }
96
97 protected async getRpc(): Promise<RPCMethods<CoreAPI>> {
98 return this.ready;

Callers 1

createKimiHarnessFunction · 0.95

Calls 2

getRootLoggerFunction · 0.90
flushMethod · 0.65

Tested by

no test coverage detected