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

Function terminate

lib/settings.h:572–574  ·  view source on GitHub ↗

@brief Request termination of checking */

Source from the content-addressed store, hash-verified

570
571 /** @brief Request termination of checking */
572 static void terminate(bool t = true) {
573 Settings::mTerminated = t;
574 }
575
576 /** @brief termination requested? */
577 static bool terminated() {

Callers 7

fillSettingsFromArgsMethod · 0.85
reportProgressMethod · 0.85
analyzeFilesMethod · 0.85
getCppcheckSettingsMethod · 0.85
analyzeProjectMethod · 0.85
stopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected