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

Function getTypeOfEnumMember

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

Source from the content-addressed store, hash-verified

56803 }
56804 }
56805 function getTypeOfEnumMember(symbol) {
56806 var links = getSymbolLinks(symbol);
56807 return links.type || (links.type = getDeclaredTypeOfEnumMember(symbol));
56808 }
56809 function getTypeOfAlias(symbol) {
56810 var links = getSymbolLinks(symbol);
56811 if (!links.type) {

Callers 2

getTypeOfSymbolFunction · 0.85

Calls 2

getSymbolLinksFunction · 0.85

Tested by

no test coverage detected