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

Function getNonMissingTypeOfSymbol

test/fixtures/snapshot/typescript.js:56922–56924  ·  view source on GitHub ↗
(symbol)

Source from the content-addressed store, hash-verified

56920 return errorType;
56921 }
56922 function getNonMissingTypeOfSymbol(symbol) {
56923 return removeMissingType(getTypeOfSymbol(symbol), !!(symbol.flags & 16777216 /* SymbolFlags.Optional */));
56924 }
56925 function isReferenceToType(type, target) {
56926 return type !== undefined
56927 && target !== undefined

Calls 2

removeMissingTypeFunction · 0.85
getTypeOfSymbolFunction · 0.85

Tested by

no test coverage detected