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

Function classifyDisabledCodeToken

test/fixtures/snapshot/typescript.js:130770–130778  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130768 }
130769 }
130770 function classifyDisabledCodeToken() {
130771 var start = mergeConflictScanner.getTextPos();
130772 var tokenKind = mergeConflictScanner.scan();
130773 var end = mergeConflictScanner.getTextPos();
130774 var type = classifyTokenType(tokenKind);
130775 if (type) {
130776 pushClassification(start, end - start, type);
130777 }
130778 }
130779 /**
130780 * Returns true if node should be treated as classified and no further processing is required.
130781 * False will mean that node is not classified and traverse routine should recurse into node contents.

Callers 1

Calls 2

classifyTokenTypeFunction · 0.85
pushClassificationFunction · 0.85

Tested by

no test coverage detected