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

Method persistRead

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

Source from the content-addressed store, hash-verified

53bool Watchdog::lastResetWasWatchdog() const FL_NOEXCEPT { return false; }
54
55fl::u8 Watchdog::persistRead(fl::size /*idx*/) const FL_NOEXCEPT { return 0; }
56void Watchdog::persistWrite(fl::size /*idx*/, fl::u8 /*v*/) FL_NOEXCEPT {}
57
58fl::u16 Watchdog::consecutiveCrashCount() const FL_NOEXCEPT { return 0; }

Callers 1

watchdog.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected