MCPcopy Create free account
hub / github.com/nodejs/node / isArrowFunctionBody

Function isArrowFunctionBody

test/fixtures/snapshot/typescript.js:135459–135461  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

135457 return variableDeclaration;
135458 }
135459 function isArrowFunctionBody(node) {
135460 return node.parent && ts.isArrowFunction(node.parent) && node.parent.body === node;
135461 }
135462 ;
135463 /** True if symbol is a type or a module containing at least one type. */
135464 function symbolCanBeReferencedAtTypeLocation(symbol, checker, seenModules) {

Callers 1

getVariableDeclarationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected