MCPcopy Create free account
hub / github.com/FastLED/FastLED / skip

Function skip

tests/shared/fl_unittest.h:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129};
130
131inline SkipDecorator skip(bool v = true) { return SkipDecorator(v); }
132inline TagsDecorator tags(const char* t) { return TagsDecorator(t); }
133
134// ============================================================================

Callers 1

FL_TEST_FILEFunction · 0.85

Calls 1

SkipDecoratorClass · 0.85

Tested by

no test coverage detected