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

Method writeFile

src/utils/FileSystemExecutor.ts:9–9  ·  view source on GitHub ↗
(path: string, content: string, encoding?: BufferEncoding)

Source from the content-addressed store, hash-verified

7 mkdir(path: string, options?: { recursive?: boolean }): Promise<void>;
8 readFile(path: string, encoding?: BufferEncoding): Promise<string>;
9 writeFile(path: string, content: string, encoding?: BufferEncoding): Promise<void>;
10 createWriteStream(path: string, options?: { flags?: string }): WriteStream;
11 cp(source: string, destination: string, options?: { recursive?: boolean }): Promise<void>;
12 readdir(path: string, options?: { withFileTypes?: boolean }): Promise<unknown[]>;

Callers 12

touchCleanupMarkerFunction · 0.80
writeFileFunction · 0.80
installXcodemakeFunction · 0.80
createLockFunction · 0.80
processFileFunction · 0.80
processFileFunction · 0.80
writeArtifactFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected