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

Function nextTokenJSDoc

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

Source from the content-addressed store, hash-verified

32008 return nextTokenWithoutCheck();
32009 }
32010 function nextTokenJSDoc() {
32011 return currentToken = scanner.scanJsDocToken();
32012 }
32013 function reScanGreaterToken() {
32014 return currentToken = scanner.reScanGreaterToken();
32015 }

Callers 15

parseExpectedJSDocFunction · 0.85
parseTokenNodeJSDocFunction · 0.85
parseJSDocTypeFunction · 0.85
parseJSDocNameReferenceFunction · 0.85
parseJSDocCommentWorkerFunction · 0.85
skipWhitespaceFunction · 0.85
skipWhitespaceOrAsteriskFunction · 0.85
parseTagFunction · 0.85
parseTagCommentsFunction · 0.85
parseJSDocLinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected