MCPcopy Create free account
hub / github.com/FastLED/FastLED / hasCrashReport

Method hasCrashReport

src/platforms/shared/watchdog_noop.hpp:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

scopedWatchdogFirstInitFunction · 0.45
watchdog.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected