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

Method runChecks

lib/checkassert.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void CheckAssert::runChecks(const Tokenizer &tokenizer, ErrorLogger& errorLogger)
182{
183 CheckAssertImpl checkAssert(&tokenizer, tokenizer.getSettings(), errorLogger);
184 checkAssert.assertWithSideEffects();
185}
186
187void CheckAssert::getErrorMessages(ErrorLogger& errorLogger, const Settings &settings) const
188{

Callers

nothing calls this directly

Calls 1

assertWithSideEffectsMethod · 0.80

Tested by

no test coverage detected