| 135 | } |
| 136 | |
| 137 | FrameTypeData StatisticsData::getFrameTypeData(int typeID) |
| 138 | { |
| 139 | if (this->frameCache.count(typeID) == 0) |
| 140 | return {}; |
| 141 | |
| 142 | return this->frameCache[typeID]; |
| 143 | } |
| 144 | |
| 145 | ItemLoadingState StatisticsData::needsLoading(int frameIndex) const |
| 146 | { |
no outgoing calls
no test coverage detected