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

Method reportProgress

lib/cppcheck.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 void reportProgress(const std::string &filename, const char stage[], const std::size_t value) override
267 {
268 mErrorLogger.reportProgress(filename, stage, value);
269 }
270
271 ErrorLogger &mErrorLogger;
272 const Settings& mSettings;

Callers 3

~ProgressReporterFunction · 0.45
reportFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected