Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ test_unused_func_2
Function
test_unused_func_2
tests/fl/unused.cpp:204–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
FL_UNUSED_FUNCTION static int test_unused_func_2() {
205
return 456;
206
}
207
208
FL_UNUSED_FUNCTION static void test_unused_func_void() {
209
// Do nothing
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected