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

Method getValue

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

Source from the content-addressed store, hash-verified

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

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected