MCPcopy Index your code
hub / github.com/nodejs/node / getParentOfBinaryExpression

Function getParentOfBinaryExpression

test/fixtures/snapshot/typescript.js:47474–47479  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

47472 return false;
47473 }
47474 function getParentOfBinaryExpression(expr) {
47475 while (ts.isBinaryExpression(expr.parent)) {
47476 expr = expr.parent;
47477 }
47478 return expr.parent;
47479 }
47480 function lookupSymbolForPropertyAccess(node, lookupContainer) {
47481 if (lookupContainer === void 0) { lookupContainer = container; }
47482 if (ts.isIdentifier(node)) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected