@brief Request termination of checking */
| 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() { |
no outgoing calls
no test coverage detected