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

Function getIndexInfosOfSymbol

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

Source from the content-addressed store, hash-verified

60030 return { keyType: keyType, type: type, isReadonly: isReadonly, declaration: declaration };
60031 }
60032 function getIndexInfosOfSymbol(symbol) {
60033 var indexSymbol = getIndexSymbol(symbol);
60034 return indexSymbol ? getIndexInfosOfIndexSymbol(indexSymbol) : ts.emptyArray;
60035 }
60036 function getIndexInfosOfIndexSymbol(indexSymbol) {
60037 if (indexSymbol.declarations) {
60038 var indexInfos_4 = [];

Callers 2

resolveDeclaredMembersFunction · 0.85

Calls 2

getIndexSymbolFunction · 0.85

Tested by

no test coverage detected