Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ isValid
Method
isValid
src/fl/channels/driver.h:68–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
: callback(cb), context(ctx) {}
67
68
bool isValid() const FL_NOEXCEPT { return callback != nullptr; }
69
explicit operator bool() const FL_NOEXCEPT { return isValid(); }
70
71
void invoke() const FL_NOEXCEPT {
Callers
1
decode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected