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

Function isOrContainsMatchingReference

test/fixtures/snapshot/typescript.js:69524–69526  ·  view source on GitHub ↗
(source, target)

Source from the content-addressed store, hash-verified

69522 return propType && getConstituentTypeForKeyType(unionType, propType);
69523 }
69524 function isOrContainsMatchingReference(source, target) {
69525 return isMatchingReference(source, target) || containsMatchingReference(source, target);
69526 }
69527 function hasMatchingArgument(expression, reference) {
69528 if (expression.arguments) {
69529 for (var _i = 0, _a = expression.arguments; _i < _a.length; _i++) {

Callers 1

hasMatchingArgumentFunction · 0.85

Calls 2

isMatchingReferenceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…