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

Function itemFinder

src/languages/clojure.ts:79–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79function itemFinder() {
80 return indexNodeFinder(
81 (node) => node,
82 (nodeIndex: number) => nodeIndex
83 );
84}
85
86/**
87 * Return the "value" node children of a given node. These are the items in a list

Callers 1

clojure.tsFile · 0.85

Calls 1

indexNodeFinderFunction · 0.85

Tested by

no test coverage detected