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

Function createWriteStream

src/utils/command.ts:266–268  ·  view source on GitHub ↗
(path: string, options?: { flags?: string })

Source from the content-addressed store, hash-verified

264 },
265
266 createWriteStream(path: string, options?: { flags?: string }) {
267 return createWriteStream(path, options);
268 },
269
270 cp(source: string, destination: string, options?: { recursive?: boolean }): Promise<void> {
271 return fsPromises.cp(source, destination, options);

Callers 2

setLogFileFunction · 0.85
runCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected