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

Function functionNameBasedMatcher

src/languages/clojure.ts:116–118  ·  view source on GitHub ↗
(...names: string[])

Source from the content-addressed store, hash-verified

114}
115
116function functionNameBasedMatcher(...names: string[]) {
117 return matcher(functionNameBasedFinder(...names));
118}
119
120const functionFinder = functionNameBasedFinder("defn", "defmacro");
121

Callers 1

clojure.tsFile · 0.85

Calls 2

matcherFunction · 0.90
functionNameBasedFinderFunction · 0.85

Tested by

no test coverage detected