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

Function parseJSDocAllType

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

Source from the content-addressed store, hash-verified

33307 return finishNode(factory.createThisTypeNode(), pos);
33308 }
33309 function parseJSDocAllType() {
33310 var pos = getNodePos();
33311 nextToken();
33312 return finishNode(factory.createJSDocAllType(), pos);
33313 }
33314 function parseJSDocNonNullableType() {
33315 var pos = getNodePos();
33316 nextToken();

Callers 1

parseNonArrayTypeFunction · 0.85

Calls 3

getNodePosFunction · 0.85
nextTokenFunction · 0.85
finishNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…