MCPcopy Create free account
hub / github.com/github/copilot-sdk / mkdir

Method mkdir

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

Creates a directory. If recursive is true, creates parents as needed.

(path: string, recursive: boolean, mode?: number)

Source from the content-addressed store, hash-verified

78
79 /** Creates a directory. If recursive is true, creates parents as needed. */
80 mkdir(path: string, recursive: boolean, mode?: number): Promise<void>;
81
82 /** Lists entry names in a directory. Throw if it does not exist. */
83 readdir(path: string): Promise<string[]>;

Callers 1

createSessionFsAdapterFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected