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

Method addLogSubLevel

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

Source from the content-addressed store, hash-verified

161}
162
163void SubByteReaderLogging::addLogSubLevel(const std::string name)
164{
165 if (!this->currentTreeLevel)
166 return;
167 assert(!name.empty());
168 this->itemHierarchy.push(this->currentTreeLevel);
169 this->currentTreeLevel = this->itemHierarchy.top()->createChildItem(name);
170}
171
172void SubByteReaderLogging::removeLogSubLevel()
173{

Callers 1

Calls 1

createChildItemMethod · 0.80

Tested by

no test coverage detected