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

Function flushDiagnosticLogs

packages/agent-core/src/logging/logger.ts:275–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273}
274
275export function flushDiagnosticLogs(): Promise<boolean> {
276 return getRootInternal().flush();
277}
278
279class LoggerImpl implements Logger {
280 constructor(private readonly boundCtx: LogContext) {}

Callers 2

mainFunction · 0.85
logStartupFailureFunction · 0.85

Calls 2

getRootInternalFunction · 0.85
flushMethod · 0.65

Tested by

no test coverage detected