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

Function isDelayOverrideActive

src/platforms/stub/time_stub.cpp.hpp:63–65  ·  view source on GitHub ↗

Check if delay override is active

Source from the content-addressed store, hash-verified

61
62// Check if delay override is active
63bool isDelayOverrideActive(void) FL_NOEXCEPT {
64 return static_cast<bool>(g_delay_override);
65}
66
67#endif // FASTLED_STUB_IMPL

Callers 1

delay_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected