Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ stringifyForLog
Function
stringifyForLog
packages/server-e2e/test/log.ts:53–55 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
51
}
52
53
function
stringifyForLog(value: unknown): string {
54
return
JSON.stringify(value, null, 2);
55
}
56
57
function
writeLogLine(line: string): void {
58
process.stdout.write(`${line}\n`);
Callers
1
createCaseLogger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected