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

Method flushSync

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

Source from the content-addressed store, hash-verified

22 flush(): Promise<boolean>;
23 close(): Promise<void>;
24 flushSync(): void;
25}
26
27interface RotatingFileSinkOptions {

Callers 8

telemetry.test.tsFile · 0.65
attachSinkMethod · 0.65
flushSyncMethod · 0.65
shutdownMethod · 0.65
flushSyncMethod · 0.65
flushSyncFunction · 0.65
trackCrashFunction · 0.65
flushSyncMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected