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