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

Method glob

packages/shell/src/memory.ts:294–296  ·  view source on GitHub ↗
(pattern: string)

Source from the content-addressed store, hash-verified

292 }
293
294 async glob(pattern: string): Promise<string[]> {
295 return this.fs.glob(pattern);
296 }
297
298 async diff(pathA: string, pathB: string): Promise<string> {
299 const [before, after] = await Promise.all([

Callers 1

getFilePathsMethod · 0.95

Calls 1

globMethod · 0.65

Tested by

no test coverage detected