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

Method logCalculatedValue

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

Source from the content-addressed store, hash-verified

299}
300
301void SubByteReaderLogging::logCalculatedValue(const std::string &symbolName,
302 int64_t value,
303 const Options & options)
304{
305 checkAndLog(this->currentTreeLevel, "Calc", symbolName, options, value, "");
306}
307
308void SubByteReaderLogging::logArbitrary(const std::string &symbolName,
309 const std::string &value,

Callers 15

parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80

Calls 1

checkAndLogFunction · 0.85

Tested by

no test coverage detected