MCPcopy Create free account
hub / github.com/cursorless-dev/cursorless / mapParityNodeFinder

Function mapParityNodeFinder

src/languages/clojure.ts:34–36  ·  view source on GitHub ↗
(parity: 0 | 1)

Source from the content-addressed store, hash-verified

32}
33
34function mapParityNodeFinder(parity: 0 | 1) {
35 return parityNodeFinder(patternFinder("map_lit"), parity);
36}
37
38/**
39 * Creates a node finder which will apply a transformation to the index of a

Callers 1

clojure.tsFile · 0.85

Calls 2

patternFinderFunction · 0.90
parityNodeFinderFunction · 0.85

Tested by

no test coverage detected