MCPcopy Create free account
hub / github.com/nodejs/node / isInJSDoc

Function isInJSDoc

test/fixtures/snapshot/typescript.js:16346–16348  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

16344 }
16345 ts.isSourceFileNotJson = isSourceFileNotJson;
16346 function isInJSDoc(node) {
16347 return !!node && !!(node.flags & 8388608 /* NodeFlags.JSDoc */);
16348 }
16349 ts.isInJSDoc = isInJSDoc;
16350 function isJSDocIndexSignature(node) {
16351 return ts.isTypeReferenceNode(node) &&

Callers 1

getTokenPosOfNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected