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

Function getIndexSymbolFromSymbolTable

test/fixtures/snapshot/typescript.js:60026–60028  ·  view source on GitHub ↗
(symbolTable)

Source from the content-addressed store, hash-verified

60024 return symbol.members ? getIndexSymbolFromSymbolTable(symbol.members) : undefined;
60025 }
60026 function getIndexSymbolFromSymbolTable(symbolTable) {
60027 return symbolTable.get("__index" /* InternalSymbolName.Index */);
60028 }
60029 function createIndexInfo(keyType, type, isReadonly, declaration) {
60030 return { keyType: keyType, type: type, isReadonly: isReadonly, declaration: declaration };
60031 }

Callers 3

getIndexSymbolFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected