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

Method rm

src/utils/FileSystemExecutor.ts:13–13  ·  view source on GitHub ↗
(path: string, options?: { recursive?: boolean; force?: boolean })

Source from the content-addressed store, hash-verified

11 cp(source: string, destination: string, options?: { recursive?: boolean }): Promise<void>;
12 readdir(path: string, options?: { withFileTypes?: boolean }): Promise<unknown[]>;
13 rm(path: string, options?: { recursive?: boolean; force?: boolean }): Promise<void>;
14 existsSync(path: string): boolean;
15 stat(path: string): Promise<{ isDirectory(): boolean; mtimeMs: number }>;
16 mkdtemp(prefix: string): Promise<string>;

Callers 11

cleanupMethod · 0.80
launchAppOnDeviceFunction · 0.80
rmFunction · 0.80
removeLockDirFunction · 0.80
releaseFunction · 0.80
listAvailableDevicesFunction · 0.80
createScreenshotExecutorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected