Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ write
Method
write
src/utils/xcodebuild-log-capture.ts:38–38 ·
view source on GitHub ↗
(chunk: string)
Source
from the content-addressed store, hash-verified
36
37
export
interface
LogCapture {
38
write(chunk: string): void;
39
readonly path: string;
40
close(): void;
41
}
Callers
15
writeLine
Function · 0.65
setLogFile
Function · 0.65
log
Function · 0.65
onStdout
Function · 0.65
onStderr
Function · 0.65
writeJsonOutput
Function · 0.65
registerToolSubcommand
Function · 0.65
writeLine
Function · 0.65
writeLine
Function · 0.65
writeLine
Function · 0.65
registerInitCommand
Function · 0.65
runSetupWizard
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected