MCPcopy
hub / github.com/anomalyco/opencode / glob

Method glob

packages/core/src/filesystem/fff.bun.ts:74–74  ·  view source on GitHub ↗
(
    pattern: string,
    opts?: {
      currentFile?: string
      pageIndex?: number
      pageSize?: number
    },
  )

Source from the content-addressed store, hash-verified

72 },
73 ): Result<Search>
74 glob(
75 pattern: string,
76 opts?: {
77 currentFile?: string

Callers 15

filesystem.test.tsFile · 0.65
search.test.tsFile · 0.65
skill.tsFile · 0.65
createFunction · 0.65
search.tsFile · 0.65
loadDirectoryFunction · 0.65
external.tsFile · 0.65
discoverFunction · 0.65
skill.tsFile · 0.65
glob.tsFile · 0.65
bench-search.tsFile · 0.65
remappedFsFunction · 0.65

Calls

no outgoing calls

Tested by 1

remappedFsFunction · 0.52