MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / onStdout

Function onStdout

src/utils/xcodebuild-pipeline.ts:263–266  ·  view source on GitHub ↗
(chunk: string)

Source from the content-addressed store, hash-verified

261
262 return {
263 onStdout(chunk: string): void {
264 logCapture.write(chunk);
265 parser.onStdout(chunk);
266 },
267
268 onStderr(chunk: string): void {
269 logCapture.write(chunk);

Callers

nothing calls this directly

Calls 2

writeMethod · 0.65
onStdoutMethod · 0.65

Tested by

no test coverage detected