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

Function set_value

tests/fl/force_inline.cpp:139–141  ·  view source on GitHub ↗

Pointer parameters

Source from the content-addressed store, hash-verified

137
138 // Pointer parameters
139 FASTLED_FORCE_INLINE void set_value(int* ptr, int value) {
140 if (ptr) *ptr = value;
141 }
142}
143
144FL_TEST_CASE("FASTLED_FORCE_INLINE with various signatures") {

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected