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

Function isExpression

src/languages/csharp.ts:73–75  ·  view source on GitHub ↗
(node: SyntaxNode)

Source from the content-addressed store, hash-verified

71];
72
73function isExpression(node: SyntaxNode) {
74 return EXPRESSION_TYPES.includes(node.type);
75}
76
77// Generated by the following command:
78// > curl https://raw.githubusercontent.com/tree-sitter/tree-sitter-c-sharp/master/src/node-types.json \

Callers 1

csharp.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected