| 87 | |
| 88 | void AddHelperThread(std::thread &&); |
| 89 | void SetRunInParallel(bool parallel) { _runInParallel = parallel; } |
| 90 | bool RunInParallel() const { return _runInParallel; } |
| 91 | bool CheckInParallel() const { return _checkInParallel; } |
| 92 | void SetCheckInParallel(bool parallel); |
no outgoing calls
no test coverage detected