(type, keyType)
| 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 | } |
no test coverage detected