MCPcopy
hub / github.com/callstack/agent-device / writeLine

Function writeLine

src/cli/commands/shared.ts:17–19  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

15}
16
17function writeLine(text: string): void {
18 process.stdout.write(text.endsWith('\n') ? text : `${text}\n`);
19}

Callers 1

writeCommandOutputFunction · 0.70

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected