Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ multiply_force_inline
Function
multiply_force_inline
tests/fl/force_inline.cpp:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
FASTLED_FORCE_INLINE float multiply_force_inline(float a, float b) {
16
return a * b;
17
}
18
19
FASTLED_FORCE_INLINE bool is_positive_force_inline(int x) {
20
return x > 0;
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected