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

Method mkdir

examples/assistant/src/server.ts:659–661  ·  view source on GitHub ↗
(path: string, opts?: Parameters<Workspace["mkdir"]>[1])

Source from the content-addressed store, hash-verified

657 }
658
659 async mkdir(path: string, opts?: Parameters<Workspace["mkdir"]>[1]) {
660 return (await this.parent()).mkdir(path, opts);
661 }
662
663 async stat(path: string) {
664 return (await this.parent()).stat(path);

Callers

nothing calls this directly

Calls 2

parentMethod · 0.95
mkdirMethod · 0.65

Tested by

no test coverage detected