Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ execute_then
Method
execute_then
src/fl/task/task.cpp.hpp:172–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
void execute_then() override {
173
if (mHasThen && mThenCallback) {
174
mThenCallback();
175
}
176
}
177
178
void execute_catch(const Error& error) override {
179
if (mHasCatch && mCatchCallback) {
Callers
1
_execute_then
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected