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

Function getValueNodes

src/languages/clojure.ts:91–92  ·  view source on GitHub ↗
(node: SyntaxNode)

Source from the content-addressed store, hash-verified

89 * @returns A list of the value node children of the given node
90 */
91const getValueNodes = (node: SyntaxNode) =>
92 getChildNodesForFieldName(node, "value");
93
94// A function call is a list literal which is not quoted
95const functionCallPattern = "~quoting_lit.list_lit!";

Callers 3

indexNodeFinderFunction · 0.85
functionNameBasedFinderFunction · 0.85
clojure.tsFile · 0.85

Calls 1

Tested by

no test coverage detected