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

Function is_positive_force_inline

tests/fl/force_inline.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19FASTLED_FORCE_INLINE bool is_positive_force_inline(int x) {
20 return x > 0;
21}
22
23// Test with template functions
24template<typename T>

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected