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

Method removeLogSubLevel

YUViewLib/src/parser/common/SubByteReaderLogging.cpp:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void SubByteReaderLogging::removeLogSubLevel()
173{
174 if (this->itemHierarchy.empty())
175 return;
176 this->currentTreeLevel = this->itemHierarchy.top();
177 this->itemHierarchy.pop();
178}
179
180uint64_t SubByteReaderLogging::readBits(const std::string &symbolName,
181 size_t numBits,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected