MCPcopy Create free account
hub / github.com/cloudflare/agents / mkdir

Method mkdir

packages/shell/src/tests/memory.test.ts:869–871  ·  view source on GitHub ↗
(path: string, options?: { recursive?: boolean })

Source from the content-addressed store, hash-verified

867 }
868
869 async mkdir(path: string, options?: { recursive?: boolean }) {
870 return this.inner.mkdir(path, options);
871 }
872
873 async readdir(path: string) {
874 return this.inner.readdir(path);

Callers

nothing calls this directly

Calls 1

mkdirMethod · 0.65

Tested by

no test coverage detected