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

Method close

packages/agent-core/src/logging/sinks.ts:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 /** Resolves to false when the pending batch could not be written. */
22 flush(): Promise<boolean>;
23 close(): Promise<void>;
24 flushSync(): void;
25}
26

Callers 15

startFunction · 0.65
serveOnceFunction · 0.65
serveOnceFunction · 0.65
archive.test.tsFile · 0.65
logger.test.tsFile · 0.65
init.test.tsFile · 0.65
closeFunction · 0.65

Implementers 1

RotatingFileSinkpackages/agent-core/src/logging/sinks.

Calls

no outgoing calls

Tested by 5

startFunction · 0.52
serveOnceFunction · 0.52
serveOnceFunction · 0.52
closeFunction · 0.52
closeFunction · 0.52