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

Function getSemanticClassifications

test/fixtures/snapshot/typescript.js:130367–130369  ·  view source on GitHub ↗
(typeChecker, cancellationToken, sourceFile, classifiableNames, span)

Source from the content-addressed store, hash-verified

130365 }
130366 /* @internal */
130367 function getSemanticClassifications(typeChecker, cancellationToken, sourceFile, classifiableNames, span) {
130368 return convertClassificationsToSpans(getEncodedSemanticClassifications(typeChecker, cancellationToken, sourceFile, classifiableNames, span));
130369 }
130370 ts.getSemanticClassifications = getSemanticClassifications;
130371 function checkForClassificationCancellation(cancellationToken, kind) {
130372 // We don't want to actually call back into our host on every node to find out if we've

Callers

nothing calls this directly

Calls 6

synchronizeHostDataFunction · 0.85
getValidSourceFileFunction · 0.85
assertMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected