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

Function inImportClause

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

Source from the content-addressed store, hash-verified

131156 }
131157 }
131158 function inImportClause(node) {
131159 var parent = node.parent;
131160 return parent && (ts.isImportClause(parent) || ts.isImportSpecifier(parent) || ts.isNamespaceImport(parent));
131161 }
131162 function isExpressionInCallExpression(node) {
131163 while (isRightSideOfQualifiedNameOrPropertyAccess(node)) {
131164 node = node.parent;

Callers 1

visitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…