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

Function getApplicableIndexInfoForName

test/fixtures/snapshot/typescript.js:59508–59510  ·  view source on GitHub ↗
(type, name)

Source from the content-addressed store, hash-verified

59506 return findApplicableIndexInfo(getIndexInfosOfType(type), keyType);
59507 }
59508 function getApplicableIndexInfoForName(type, name) {
59509 return getApplicableIndexInfo(type, isLateBoundName(name) ? esSymbolType : getStringLiteralType(ts.unescapeLeadingUnderscores(name)));
59510 }
59511 // Return list of type parameters with duplicates removed (duplicate identifier errors are generated in the actual
59512 // type checking functions).
59513 function getTypeParametersFromDeclaration(declaration) {

Calls 3

getApplicableIndexInfoFunction · 0.85
isLateBoundNameFunction · 0.85
getStringLiteralTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…