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

Function resolveErrorCall

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

Source from the content-addressed store, hash-verified

75268 return anySignature;
75269 }
75270 function resolveErrorCall(node) {
75271 resolveUntypedCall(node);
75272 return unknownSignature;
75273 }
75274 // Re-order candidate signatures into the result array. Assumes the result array to be empty.
75275 // The candidate list orders groups in reverse, but within a group signatures are kept in declaration order
75276 // A nit here is that we reorder only signatures that belong to the same symbol,

Callers 6

resolveCallFunction · 0.85
resolveCallExpressionFunction · 0.85
resolveNewExpressionFunction · 0.85
resolveDecoratorFunction · 0.85

Calls 1

resolveUntypedCallFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…