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

Method mkdir

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

* Creates a directory in the client-provided session filesystem. * * @param params Directory path to create in the client-provided session filesystem, with options for recursive creation and POSIX mode. * * @returns Describes a filesystem error.

(params: SessionFsMkdirRequest)

Source from the content-addressed store, hash-verified

16916 * @returns Describes a filesystem error.
16917 */
16918 mkdir(params: SessionFsMkdirRequest): Promise<SessionFsError | undefined>;
16919 /**
16920 * Lists entry names in a directory from the client-provided session filesystem.
16921 *

Calls

no outgoing calls