Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ requires_assembly_handler
Function
requires_assembly_handler
src/platforms/isr_null.hpp:155–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
inline bool requires_assembly_handler(u8 priority) FL_NOEXCEPT {
156
return null_requires_assembly_handler(priority);
157
}
158
159
} // namespace platforms
160
} // namespace isr
Callers
1
FL_TEST_FILE
Function · 0.50
Calls
1
null_requires_assembly_handler
Function · 0.85
Tested by
no test coverage detected