Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ writeLine
Function
writeLine
src/daemon.ts:65–67 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
63
}
64
65
function
writeLine(text: string): void {
66
process.stdout.write(`${text}\n`);
67
}
68
69
const
MAX_LOG_BYTES = 10 * 1024 * 1024;
70
const
MAX_LOG_ROTATIONS = 3;
Callers
1
main
Function · 0.70
Calls
1
write
Method · 0.65
Tested by
no test coverage detected