MCPcopy Create free account
hub / github.com/anomalyco/opencode / match

Function match

packages/core/src/util/glob.ts:31–33  ·  view source on GitHub ↗
(pattern: string, filepath: string)

Source from the content-addressed store, hash-verified

29 }
30
31 export function match(pattern: string, filepath: string): boolean {
32 return minimatch(filepath, pattern, { dot: true })
33 }
34}

Callers 2

[shareID].tsxFile · 0.50
selectSequentialFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected