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

Function checkFunctionOrConstructorSymbol

test/fixtures/snapshot/typescript.js:80917–80919  ·  view source on GitHub ↗
(symbol)

Source from the content-addressed store, hash-verified

80915 return flags & flagsToCheck;
80916 }
80917 function checkFunctionOrConstructorSymbol(symbol) {
80918 addLazyDiagnostic(function () { return checkFunctionOrConstructorSymbolWorker(symbol); });
80919 }
80920 function checkFunctionOrConstructorSymbolWorker(symbol) {
80921 function getCanonicalOverload(overloads, implementation) {
80922 // Consider the canonical set of flags to be the flags of the bodyDeclaration or the first declaration

Callers 3

Calls 2

addLazyDiagnosticFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…