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

Function rangeContainsSkipTrivia

test/fixtures/snapshot/typescript.js:161806–161808  ·  view source on GitHub ↗
(r1, node, file)

Source from the content-addressed store, hash-verified

161804 return undefined;
161805 }
161806 function rangeContainsSkipTrivia(r1, node, file) {
161807 return ts.rangeContainsStartEnd(r1, ts.skipTrivia(file.text, node.pos), node.end);
161808 }
161809 function collectTypeParameters(checker, selection, statement, file) {
161810 var result = [];
161811 return visitor(selection) ? undefined : result;

Callers 2

getRangeToExtractFunction · 0.85
visitorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected