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

Function getTypeOfInstantiatedSymbol

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

Source from the content-addressed store, hash-verified

56826 return links.type;
56827 }
56828 function getTypeOfInstantiatedSymbol(symbol) {
56829 var links = getSymbolLinks(symbol);
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));

Callers 1

getTypeOfSymbolFunction · 0.85

Calls 3

getSymbolLinksFunction · 0.85
instantiateTypeFunction · 0.85
getTypeOfSymbolFunction · 0.85

Tested by

no test coverage detected