Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ set_catch
Method
set_catch
src/fl/task/task.cpp.hpp:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
void set_catch(function<void(const Error&)> on_catch) override {
130
mCatchCallback = fl::move(on_catch);
131
mHasCatch = true;
132
}
133
134
void set_canceled() override {
135
mCanceled = true;
Callers
1
task.cpp.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected