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

Function isJSDocLikeText

test/fixtures/snapshot/typescript.js:30680–30684  ·  view source on GitHub ↗
(text, start)

Source from the content-addressed store, hash-verified

30678 }
30679 /*@internal*/
30680 function isJSDocLikeText(text, start) {
30681 return text.charCodeAt(start + 1) === 42 /* CharacterCodes.asterisk */ &&
30682 text.charCodeAt(start + 2) === 42 /* CharacterCodes.asterisk */ &&
30683 text.charCodeAt(start + 3) !== 47 /* CharacterCodes.slash */;
30684 }
30685 ts.isJSDocLikeText = isJSDocLikeText;
30686 /*@internal*/
30687 function isFileProbablyExternalModule(sourceFile) {

Callers 1

parseJSDocCommentWorkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected