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

Function getApplicableIndexInfos

test/fixtures/snapshot/typescript.js:59502–59504  ·  view source on GitHub ↗
(type, keyType)

Source from the content-addressed store, hash-verified

59500 return (_a = getIndexInfoOfType(type, keyType)) === null || _a === void 0 ? void 0 : _a.type;
59501 }
59502 function getApplicableIndexInfos(type, keyType) {
59503 return getIndexInfosOfType(type).filter(function (info) { return isApplicableIndexType(keyType, info.keyType); });
59504 }
59505 function getApplicableIndexInfo(type, keyType) {
59506 return findApplicableIndexInfo(getIndexInfosOfType(type), keyType);
59507 }

Calls 3

getIndexInfosOfTypeFunction · 0.85
isApplicableIndexTypeFunction · 0.85
filterMethod · 0.65

Tested by

no test coverage detected