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

Function increment_ref

tests/fl/force_inline.cpp:129–131  ·  view source on GitHub ↗

Reference parameters

Source from the content-addressed store, hash-verified

127
128 // Reference parameters
129 FASTLED_FORCE_INLINE void increment_ref(int& x) {
130 x++;
131 }
132
133 // Const reference parameters
134 FASTLED_FORCE_INLINE int get_value(const int& x) {

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected