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

Function is_handler_enabled

src/platforms/isr_null.hpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131inline bool is_handler_enabled(const isr_handle_t& handle) FL_NOEXCEPT {
132 return null_is_handler_enabled(handle);
133}
134
135inline const char* get_error_string(int error_code) FL_NOEXCEPT {
136 return null_get_error_string(error_code);

Callers 1

FL_TEST_FILEFunction · 0.50

Calls 1

null_is_handler_enabledFunction · 0.85

Tested by

no test coverage detected