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

Function null_is_handler_enabled

src/platforms/isr_null.hpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69inline bool null_is_handler_enabled(const isr_handle_t& handle) FL_NOEXCEPT {
70 (void)handle;
71 return false;
72}
73
74inline const char* null_get_error_string(int error_code) FL_NOEXCEPT {
75 switch (error_code) {

Callers 1

is_handler_enabledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected