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

Method getStatistics

gui/resultsview.h:212–214  ·  view source on GitHub ↗

* @brief Return checking statistics. * @return Pointer to checking statistics. */

Source from the content-addressed store, hash-verified

210 * @return Pointer to checking statistics.
211 */
212 const CheckStatistics *getStatistics() const {
213 return mStatistics;
214 }
215
216 /**
217 * @brief Return Showtypes.

Callers 1

showStatisticsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected