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

Function add_force_inline

tests/fl/force_inline.cpp:11–13  ·  view source on GitHub ↗

Define test functions using the macro

Source from the content-addressed store, hash-verified

9
10// Define test functions using the macro
11FASTLED_FORCE_INLINE int add_force_inline(int a, int b) {
12 return a + b;
13}
14
15FASTLED_FORCE_INLINE float multiply_force_inline(float a, float b) {
16 return a * b;

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected