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

Method rm

nodejs/src/generated/rpc.ts:16942–16942  ·  view source on GitHub ↗

* Removes a file or directory from the client-provided session filesystem. * * @param params Path to remove from the client-provided session filesystem, with options for recursive removal and force. * * @returns Describes a filesystem error.

(params: SessionFsRmRequest)

Source from the content-addressed store, hash-verified

16940 * @returns Describes a filesystem error.
16941 */
16942 rm(params: SessionFsRmRequest): Promise<SessionFsError | undefined>;
16943 /**
16944 * Renames or moves a path in the client-provided session filesystem.
16945 *

Calls

no outgoing calls