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

Function parseJSDocNonNullableType

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

Source from the content-addressed store, hash-verified

33312 return finishNode(factory.createJSDocAllType(), pos);
33313 }
33314 function parseJSDocNonNullableType() {
33315 var pos = getNodePos();
33316 nextToken();
33317 return finishNode(factory.createJSDocNonNullableType(parseNonArrayType(), /*postfix*/ false), pos);
33318 }
33319 function parseJSDocUnknownOrNullableType() {
33320 var pos = getNodePos();
33321 // skip the ?

Callers 1

parseNonArrayTypeFunction · 0.85

Calls 4

getNodePosFunction · 0.85
nextTokenFunction · 0.85
finishNodeFunction · 0.85
parseNonArrayTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…