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

Function getIsLateCheckFlag

test/fixtures/snapshot/typescript.js:58516–58518  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

58514 return type;
58515 }
58516 function getIsLateCheckFlag(s) {
58517 return ts.getCheckFlags(s) & 4096 /* CheckFlags.Late */;
58518 }
58519 function forEachMappedTypePropertyKeyTypeAndIndexSignatureKeyType(type, include, stringsOnly, cb) {
58520 for (var _i = 0, _a = getPropertiesOfType(type); _i < _a.length; _i++) {
58521 var prop = _a[_i];

Callers 3

getAnonymousPartialTypeFunction · 0.85
getSpreadSymbolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…