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

Function getWriteTypeOfInstantiatedSymbol

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

Source from the content-addressed store, hash-verified

56830 return links.type || (links.type = instantiateType(getTypeOfSymbol(links.target), links.mapper));
56831 }
56832 function getWriteTypeOfInstantiatedSymbol(symbol) {
56833 var links = getSymbolLinks(symbol);
56834 return links.writeType || (links.writeType = instantiateType(getWriteTypeOfSymbol(links.target), links.mapper));
56835 }
56836 function reportCircularityError(symbol) {
56837 var declaration = symbol.valueDeclaration;
56838 // Check if variable has type annotation that circularly references the variable itself

Callers 1

getWriteTypeOfSymbolFunction · 0.85

Calls 3

getSymbolLinksFunction · 0.85
instantiateTypeFunction · 0.85
getWriteTypeOfSymbolFunction · 0.85

Tested by

no test coverage detected