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

Function isBindableStaticNameExpression

test/fixtures/snapshot/typescript.js:16606–16608  ·  view source on GitHub ↗
(node, excludeThisKeyword)

Source from the content-addressed store, hash-verified

16604 }
16605 ts.isBindableStaticElementAccessExpression = isBindableStaticElementAccessExpression;
16606 function isBindableStaticNameExpression(node, excludeThisKeyword) {
16607 return isEntityNameExpression(node) || isBindableStaticAccessExpression(node, excludeThisKeyword);
16608 }
16609 ts.isBindableStaticNameExpression = isBindableStaticNameExpression;
16610 function getNameOrArgument(expr) {
16611 if (ts.isPropertyAccessExpression(expr)) {

Calls 2

isEntityNameExpressionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…