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

Function someSignature

test/fixtures/snapshot/typescript.js:76617–76622  ·  view source on GitHub ↗
(signatures, f)

Source from the content-addressed store, hash-verified

76615 return resolveErrorCall(node);
76616 }
76617 function someSignature(signatures, f) {
76618 if (ts.isArray(signatures)) {
76619 return ts.some(signatures, function (signature) { return someSignature(signature, f); });
76620 }
76621 return signatures.compositeKind === 1048576 /* TypeFlags.Union */ ? ts.some(signatures.compositeSignatures, f) : f(signatures);
76622 }
76623 function typeHasProtectedAccessibleBase(target, type) {
76624 var baseTypes = getBaseTypes(type);
76625 if (!ts.length(baseTypes)) {

Callers 1

resolveNewExpressionFunction · 0.85

Calls 2

someMethod · 0.80
fFunction · 0.50

Tested by

no test coverage detected