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

Function hasPrecedingJSDocComment

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

Source from the content-addressed store, hash-verified

31981 return scanner.getStartPos();
31982 }
31983 function hasPrecedingJSDocComment() {
31984 return scanner.hasPrecedingJSDocComment();
31985 }
31986 // Use this function to access the current token instead of reading the currentToken
31987 // variable. Since function results aren't narrowed in control flow analysis, this ensures
31988 // that the type checker doesn't make wrong assumptions about the type of the current

Callers 15

parseJSDocFunctionTypeFunction · 0.85
parseParameterWorkerFunction · 0.85
parseSignatureMemberFunction · 0.85
parseTypeMemberFunction · 0.85
parseFunctionExpressionFunction · 0.85
parseBlockFunction · 0.85
parseEmptyStatementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected