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

Method setValue

tests/fl/stl/shared_ptr.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28 int getValue() const { return mValue; }
29 void setValue(int value) { mValue = value; }
30
31private:
32 int mValue;

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected