Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ onStderr
Function
onStderr
src/utils/xcodebuild-pipeline.ts:268–271 ·
view source on GitHub ↗
(chunk: string)
Source
from the content-addressed store, hash-verified
266
},
267
268
onStderr(chunk: string): void {
269
logCapture.write(chunk);
270
parser.onStderr(chunk);
271
},
272
273
emitFragment(fragment: DomainFragment): void {
274
if
(isRunStateFragment(fragment)) {
Callers
nothing calls this directly
Calls
2
write
Method · 0.65
onStderr
Method · 0.65
Tested by
no test coverage detected