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

Method ~options

test/options.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59options::~options()
60{
61 if (mTimerResults)
62 mTimerResults->showResults(10, false);
63}
64
65bool options::quiet() const
66{

Callers

nothing calls this directly

Calls 1

showResultsMethod · 0.45

Tested by

no test coverage detected