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

Function terminated

lib/settings.h:577–579  ·  view source on GitHub ↗

@brief termination requested? */

Source from the content-addressed store, hash-verified

575
576 /** @brief termination requested? */
577 static bool terminated() {
578 return Settings::mTerminated;
579 }
580
581 std::set<std::string> summaryReturn;
582

Callers 9

valueFlowGenericForwardFunction · 0.85
simplifyTypedefCppMethod · 0.85
simplifyUsingMethod · 0.85
setVarIdPass1Method · 0.85
simplifyTokenList1Method · 0.85
checkInternalMethod · 0.85
checkNormalTokensMethod · 0.85
checkMethod · 0.85
executeCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected