| 81 | |
| 82 | bool Watchdog::setWindow(fl::u32, fl::u32) FL_NOEXCEPT { return false; } |
| 83 | bool Watchdog::hasCrashReport() const FL_NOEXCEPT { return false; } |
| 84 | WatchdogCrashReport Watchdog::readCrashReport() const FL_NOEXCEPT { |
| 85 | WatchdogCrashReport r{}; |
| 86 | r.valid = false; |
no outgoing calls
no test coverage detected