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

Method glob

examples/assistant/src/server.ts:655–657  ·  view source on GitHub ↗
(pattern: string)

Source from the content-addressed store, hash-verified

653 }
654
655 async glob(pattern: string) {
656 return (await this.parent()).glob(pattern);
657 }
658
659 async mkdir(path: string, opts?: Parameters<Workspace["mkdir"]>[1]) {
660 return (await this.parent()).mkdir(path, opts);

Callers

nothing calls this directly

Calls 2

parentMethod · 0.95
globMethod · 0.65

Tested by

no test coverage detected