Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
export
function
flushDiagnosticLogs(): Promise<boolean> {
276
return
getRootInternal().flush();
277
}
278
279
class
LoggerImpl implements Logger {
280
constructor(private readonly boundCtx: LogContext) {}
Callers
2
main
Function · 0.85
logStartupFailure
Function · 0.85
Calls
2
getRootInternal
Function · 0.85
flush
Method · 0.65
Tested by
no test coverage detected