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

Function getPotentiallyUnusedIdentifiers

test/fixtures/snapshot/typescript.js:85938–85940  ·  view source on GitHub ↗
(sourceFile)

Source from the content-addressed store, hash-verified

85936 }
85937 }
85938 function getPotentiallyUnusedIdentifiers(sourceFile) {
85939 return allPotentiallyUnusedIdentifiers.get(sourceFile.path) || ts.emptyArray;
85940 }
85941 // Fully type check a source file and collect the relevant diagnostics.
85942 function checkSourceFileWorker(node) {
85943 var links = getNodeLinks(node);

Callers 2

createTypeCheckerFunction · 0.85
checkSourceFileWorkerFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected