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

Function getSemanticDiagnostics

test/fixtures/snapshot/typescript.js:117558–117560  ·  view source on GitHub ↗
(sourceFile, cancellationToken)

Source from the content-addressed store, hash-verified

117556 return getDiagnosticsHelper(sourceFile, getSyntacticDiagnosticsForFile, cancellationToken);
117557 }
117558 function getSemanticDiagnostics(sourceFile, cancellationToken) {
117559 return getDiagnosticsHelper(sourceFile, getSemanticDiagnosticsForFile, cancellationToken);
117560 }
117561 function getCachedSemanticDiagnostics(sourceFile) {
117562 var _a;
117563 return sourceFile

Callers 1

executeStepsFunction · 0.85

Calls 10

getDiagnosticsHelperFunction · 0.85
handleDiagnosticsFunction · 0.85
synchronizeHostDataFunction · 0.85
getValidSourceFileFunction · 0.85
assertMethod · 0.80
addRangeMethod · 0.80
sliceMethod · 0.65

Tested by

no test coverage detected