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

Method getValue

tests/fl/stl/weak_ptr.cpp:309–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 }
308
309 int getValue() const { return mValue; }
310 void setValue(int value) { mValue = value; }
311
312 void setNext(fl::shared_ptr<Node> next) { mNext = next; }

Callers 6

handleStartFunction · 0.45
extractFrameDataFunction · 0.45
processFrameMethod · 0.45
addPixelDataToFrameMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected