Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ writeLine
Function
writeLine
packages/server-e2e/scenarios/11-terminal.ts:250–252 ·
view source on GitHub ↗
(line: string)
Source
from the content-addressed store, hash-verified
248
}
249
250
function
writeLine(line: string): void {
251
process.stdout.write(`${line}\n`);
252
}
253
254
try {
255
await
main();
Callers
2
main
Function · 0.85
log
Function · 0.85
Calls
1
write
Method · 0.65
Tested by
no test coverage detected