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

Function addIfImplementation

test/fixtures/snapshot/typescript.js:138483–138486  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

138481 }
138482 }
138483 function addIfImplementation(e) {
138484 if (isImplementationExpression(e))
138485 addReference(e);
138486 }
138487 }
138488 function getContainingClassIfInHeritageClause(node) {
138489 return ts.isIdentifier(node) || ts.isPropertyAccessExpression(node) ? getContainingClassIfInHeritageClause(node.parent)

Callers 1

Calls 2

addReferenceFunction · 0.85

Tested by

no test coverage detected