Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
19
export
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.ts
File · 0.65
start
Function · 0.65
sinks.test.ts
File · 0.65
emit
Method · 0.65
Implementers
1
RotatingFileSink
packages/agent-core/src/logging/sinks.
Calls
no outgoing calls
Tested by
1
start
Function · 0.52