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

Function get_value

tests/fl/force_inline.cpp:134–136  ·  view source on GitHub ↗

Const reference parameters

Source from the content-addressed store, hash-verified

132
133 // Const reference parameters
134 FASTLED_FORCE_INLINE int get_value(const int& x) {
135 return x;
136 }
137
138 // Pointer parameters
139 FASTLED_FORCE_INLINE void set_value(int* ptr, int value) {

Callers 4

operator*Method · 0.85
FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected