MCPcopy Create free account
hub / github.com/IENT/YUView / getFrameTypeData

Method getFrameTypeData

YUViewLib/src/statistics/StatisticsData.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected