Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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].tsx
File · 0.50
selectSequential
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected