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

Function checkNonNullType

test/fixtures/snapshot/typescript.js:74502–74504  ·  view source on GitHub ↗
(type, node)

Source from the content-addressed store, hash-verified

74500 return type;
74501 }
74502 function checkNonNullType(type, node) {
74503 return checkNonNullTypeWithReporter(type, node, reportObjectPossiblyNullOrUndefinedError);
74504 }
74505 function checkNonNullNonVoidType(type, node) {
74506 var nonNullType = checkNonNullType(type, node);
74507 if (nonNullType.flags & 16384 /* TypeFlags.Void */) {

Callers 11

getEffectsSignatureFunction · 0.85
checkNonNullExpressionFunction · 0.85
checkNonNullNonVoidTypeFunction · 0.85
checkPropertyAccessChainFunction · 0.85
checkQualifiedNameFunction · 0.85
checkElementAccessChainFunction · 0.85
checkInExpressionFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…