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

Function rm

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

Source from the content-addressed store, hash-verified

276 },
277
278 rm(path: string, options?: { recursive?: boolean; force?: boolean }): Promise<void> {
279 return fsPromises.rm(path, options);
280 },
281
282 existsSync(path: string): boolean {
283 return existsSync(path);

Calls 1

rmMethod · 0.80

Tested by

no test coverage detected