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

Function test_unused_func_1

tests/fl/unused.cpp:200–202  ·  view source on GitHub ↗

Define test functions with FL_UNUSED_FUNCTION attribute at file scope

Source from the content-addressed store, hash-verified

198
199// Define test functions with FL_UNUSED_FUNCTION attribute at file scope
200FL_UNUSED_FUNCTION static int test_unused_func_1() {
201 return 123;
202}
203
204FL_UNUSED_FUNCTION static int test_unused_func_2() {
205 return 456;

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected