| 44 | static_assert(std::size(kObjectEntryGroupCounts) == EnumValue(ObjectType::count)); |
| 45 | |
| 46 | size_t getObjectEntryGroupCount(ObjectType objectType) |
| 47 | { |
| 48 | return kObjectEntryGroupCounts[EnumValue(objectType)]; |
| 49 | } |
| 50 | |
| 51 | size_t getObjectTypeLimit(ObjectType type) |
| 52 | { |
no test coverage detected