MCPcopy 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
250function writeLine(line: string): void {
251 process.stdout.write(`${line}\n`);
252}
253
254try {
255 await main();

Callers 2

mainFunction · 0.85
logFunction · 0.85

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected