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

Function getIndexInfosOfType

test/fixtures/snapshot/typescript.js:59488–59490  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

59486 return ts.emptyArray;
59487 }
59488 function getIndexInfosOfType(type) {
59489 return getIndexInfosOfStructuredType(getReducedApparentType(type));
59490 }
59491 // Return the indexing info of the given kind in the given type. Creates synthetic union index types when necessary and
59492 // maps primitive types and type parameters are to their apparent types.
59493 function getIndexInfoOfType(type, keyType) {

Calls 2

getReducedApparentTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…