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

Method timer_results

test/options.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100TimerResultsIntf* options::timer_results() const
101{
102 return mTimerResults.get();
103}
104
105const std::vector<std::string>& options::errors() const
106{

Callers 2

processOptionsMethod · 0.45
runTestsMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected