MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / ~ProgressReporter

Function ~ProgressReporter

lib/errorlogger.h:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 }
300
301 ~ProgressReporter() {
302 if (mReportProgressInterval < 0)
303 return;
304 mErrorLogger.reportProgress(mFilename, mStage.c_str(), 100);
305 }
306
307 void report(int value) {
308 if (mReportProgressInterval < 0 || value == mLastValue)

Callers

nothing calls this directly

Calls 1

reportProgressMethod · 0.45

Tested by

no test coverage detected