MCPcopy 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
53function stringifyForLog(value: unknown): string {
54 return JSON.stringify(value, null, 2);
55}
56
57function writeLogLine(line: string): void {
58 process.stdout.write(`${line}\n`);

Callers 1

createCaseLoggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected