MCPcopy 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
121struct SkipDecorator {
122 bool value;
123 SkipDecorator(bool v = true) : value(v) {}
124};
125
126struct TagsDecorator {
127 const char* value;

Callers 1

skipFunction · 0.85

Calls

no outgoing calls

Tested by 1

skipFunction · 0.68