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

Method glob

packages/computer/src/workspace.ts:179–179  ·  view source on GitHub ↗
(pattern: string)

Source from the content-addressed store, hash-verified

177 readDir(dir: string, opts?: { limit?: number; offset?: number }): Promise<ThinkFileInfo[]>;
178 rm(path: string, opts?: { recursive?: boolean; force?: boolean }): Promise<void>;
179 glob(pattern: string): Promise<ThinkFileInfo[]>;
180 mkdir(path: string, opts?: { recursive?: boolean }): Promise<void>;
181 stat(path: string): Promise<ThinkFileInfo | null>;
182}

Callers 2

workspace.test.tsFile · 0.65
callMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected