Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ weak_function
Function
weak_function
tests/fl/stl/compiler_control.cpp:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
return a + b;
62
}
63
FL_OPTIMIZATION_LEVEL_O0_END
64
65
// Test helper: Weak linkage function
66
FL_LINK_WEAK int weak_function() {
67
return 42;
68
}
69
70
// Test helper: External C function
71
FL_EXTERN_C_BEGIN
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected