MCPcopy Index your code
hub / github.com/cursorless-dev/cursorless / patternMatcher

Function patternMatcher

src/util/nodeMatchers.ts:75–77  ·  view source on GitHub ↗
(...patterns: string[])

Source from the content-addressed store, hash-verified

73}
74
75export function patternMatcher(...patterns: string[]): NodeMatcher {
76 return matcher(patternFinder(...patterns));
77}
78
79export function argumentMatcher(...parentTypes: string[]): NodeMatcher {
80 return matcher(

Callers 6

html.tsFile · 0.90
typescript.tsFile · 0.90
go.tsFile · 0.90
clojure.tsFile · 0.90
python.tsFile · 0.90
createPatternMatchersFunction · 0.85

Calls 2

patternFinderFunction · 0.90
matcherFunction · 0.85

Tested by

no test coverage detected