Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ add_three
Function
add_three
tests/fl/force_inline.cpp:124–126 ·
view source on GitHub ↗
Multiple parameters
Source
from the content-addressed store, hash-verified
122
123
// Multiple parameters
124
FASTLED_FORCE_INLINE int add_three(int a, int b, int c) {
125
return a + b + c;
126
}
127
128
// Reference parameters
129
FASTLED_FORCE_INLINE void increment_ref(int& x) {
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected