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

Function writeFile

src/utils/command.ts:262–264  ·  view source on GitHub ↗
(path: string, content: string, encoding: BufferEncoding = 'utf8')

Source from the content-addressed store, hash-verified

260 },
261
262 writeFile(path: string, content: string, encoding: BufferEncoding = 'utf8'): Promise<void> {
263 return fsPromises.writeFile(path, content, encoding);
264 },
265
266 createWriteStream(path: string, options?: { flags?: string }) {
267 return createWriteStream(path, options);

Callers 9

runPreflightCommandsFunction · 0.85
runSuiteFunction · 0.85
writeMcpConfigFunction · 0.85
writeEmptyMcpConfigFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

writeFileMethod · 0.80

Tested by

no test coverage detected