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

Function mkdir

nodejs/test/e2e/session_fs_sqlite.e2e.test.ts:179–181  ·  view source on GitHub ↗
(path: string, recursive: boolean, mode?: number)

Source from the content-addressed store, hash-verified

177 };
178 },
179 async mkdir(path: string, recursive: boolean, mode?: number): Promise<void> {
180 await provider.mkdir(sp(path), { recursive, mode });
181 },
182 async readdir(path: string): Promise<string[]> {
183 return (await provider.readdir(sp(path))) as string[];
184 },

Callers

nothing calls this directly

Calls 2

spFunction · 0.70
mkdirMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…