MCPcopy Index your code
hub / github.com/github/copilot-sdk / rm

Method rm

nodejs/src/sessionFsProvider.ts:89–89  ·  view source on GitHub ↗

Removes a file or directory. If force is true, do not throw on ENOENT.

(path: string, recursive: boolean, force: boolean)

Source from the content-addressed store, hash-verified

87
88 /** Removes a file or directory. If force is true, do not throw on ENOENT. */
89 rm(path: string, recursive: boolean, force: boolean): Promise<void>;
90
91 /** Renames/moves a file or directory. */
92 rename(src: string, dest: string): Promise<void>;

Callers 1

createSessionFsAdapterFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected