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

Method glob

packages/shell/src/backend.ts:334–334  ·  view source on GitHub ↗
(pattern: string)

Source from the content-addressed store, hash-verified

332 realpath(path: string): Promise<string>;
333 resolvePath(base: string, path: string): Promise<string>;
334 glob(pattern: string): Promise<string[]>;
335 diff(pathA: string, pathB: string): Promise<string>;
336 diffContent(path: string, newContent: string): Promise<string>;
337 createArchive(

Callers 11

globMethod · 0.65
globMethod · 0.65
mainFunction · 0.65
typecheck.tsFile · 0.65
onChatMessageMethod · 0.65
readSourceFilesMethod · 0.65
readAssetFilesMethod · 0.65
clearWorkspaceMethod · 0.65
buildAppMethod · 0.65
globMethod · 0.65
globMethod · 0.65

Implementers 1

FileSystemStateBackendpackages/shell/src/memory.ts

Calls

no outgoing calls

Tested by

no test coverage detected