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

Method enqueue

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

Source from the content-addressed store, hash-verified

18}
19export interface Sink {
20 enqueue(line: string): void;
21 /** Resolves to false when the pending batch could not be written. */
22 flush(): Promise<boolean>;
23 close(): Promise<void>;

Callers 4

oauth.test.tsFile · 0.65
startFunction · 0.65
sinks.test.tsFile · 0.65
emitMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1

startFunction · 0.52