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

Method setNext

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

Source from the content-addressed store, hash-verified

392 void setValue(int value) { mValue = value; }
393
394 void setNext(fl::shared_ptr<SharedNode> next) { mNext = next; }
395 fl::shared_ptr<SharedNode> getNext() const { return mNext; }
396
397private:

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected