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

Function pushCommentRange

test/fixtures/snapshot/typescript.js:130592–130594  ·  view source on GitHub ↗
(start, width)

Source from the content-addressed store, hash-verified

130590 pushCommentRange(start, width);
130591 }
130592 function pushCommentRange(start, width) {
130593 pushClassification(start, width, 1 /* ClassificationType.comment */);
130594 }
130595 function classifyJSDocComment(docComment) {
130596 var _a, _b, _c, _d, _e, _f, _g;
130597 var pos = docComment.pos;

Callers 4

classifyCommentFunction · 0.85
classifyJSDocCommentFunction · 0.85
processJSDocParameterTagFunction · 0.85

Calls 1

pushClassificationFunction · 0.85

Tested by

no test coverage detected