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

Function pushClassification

test/fixtures/snapshot/typescript.js:130415–130421  ·  view source on GitHub ↗
(start, end, type)

Source from the content-addressed store, hash-verified

130413 });
130414 return { spans: spans, endOfLineState: 0 /* EndOfLineState.None */ };
130415 function pushClassification(start, end, type) {
130416 var length = end - start;
130417 ts.Debug.assert(length > 0, "Classification had non-positive length of ".concat(length));
130418 spans.push(start);
130419 spans.push(length);
130420 spans.push(type);
130421 }
130422 }
130423 ts.getEncodedSemanticClassifications = getEncodedSemanticClassifications;
130424 function classifySymbol(symbol, meaningAtPosition, checker) {

Callers 9

pushCommentRangeFunction · 0.85
classifyJSDocCommentFunction · 0.85
processJSDocParameterTagFunction · 0.85
tryClassifyNodeFunction · 0.85

Calls 3

assertMethod · 0.80
concatMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected