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

Function reduceEachTrailingCommentRange

test/fixtures/snapshot/typescript.js:10748–10750  ·  view source on GitHub ↗
(text, pos, cb, state, initial)

Source from the content-addressed store, hash-verified

10746 }
10747 ts.reduceEachLeadingCommentRange = reduceEachLeadingCommentRange;
10748 function reduceEachTrailingCommentRange(text, pos, cb, state, initial) {
10749 return iterateCommentRanges(/*reduce*/ true, text, pos, /*trailing*/ true, cb, state, initial);
10750 }
10751 ts.reduceEachTrailingCommentRange = reduceEachTrailingCommentRange;
10752 function appendCommentRange(pos, end, kind, hasTrailingNewLine, _state, comments) {
10753 if (!comments) {

Callers 1

getTrailingCommentRangesFunction · 0.85

Calls 1

iterateCommentRangesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…