Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ SkipDecorator
Class
SkipDecorator
tests/shared/fl_unittest.h:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
// ============================================================================
120
121
struct SkipDecorator {
122
bool value;
123
SkipDecorator(bool v = true) : value(v) {}
124
};
125
126
struct TagsDecorator {
127
const char* value;
Callers
1
skip
Function · 0.85
Calls
no outgoing calls
Tested by
1
skip
Function · 0.68