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

Method causeName

src/fl/wdt/watchdog.h:88–88  ·  view source on GitHub ↗

Cause name (zero-cost, static string_view).

Source from the content-addressed store, hash-verified

86
87 /// Cause name (zero-cost, static string_view).
88 fl::string_view causeName() const FL_NOEXCEPT { return resetCauseName(cause); }
89
90 /// Platform-specific subcause name (zero-cost, static string_view).
91 /// Returns an empty view if `subcauseId == 0` or the platform doesn't

Callers

nothing calls this directly

Calls 1

resetCauseNameFunction · 0.85

Tested by

no test coverage detected