MCPcopy 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
37export interface LogCapture {
38 write(chunk: string): void;
39 readonly path: string;
40 close(): void;
41}

Callers 15

writeLineFunction · 0.65
setLogFileFunction · 0.65
logFunction · 0.65
onStdoutFunction · 0.65
onStderrFunction · 0.65
writeJsonOutputFunction · 0.65
registerToolSubcommandFunction · 0.65
writeLineFunction · 0.65
writeLineFunction · 0.65
writeLineFunction · 0.65
registerInitCommandFunction · 0.65
runSetupWizardFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected