Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
function
writeLine(text: string): void {
18
process.stdout.write(text.endsWith(
'\n'
) ? text : `${text}\n`);
19
}
Callers
1
writeCommandOutput
Function · 0.70
Calls
1
write
Method · 0.80
Tested by
no test coverage detected