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

Method setNext

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

Source from the content-addressed store, hash-verified

310 void setValue(int value) { mValue = value; }
311
312 void setNext(fl::shared_ptr<Node> next) { mNext = next; }
313 fl::shared_ptr<Node> getNext() const { return mNext; }
314
315 void setWeakNext(fl::weak_ptr<Node> next) { mWeakNext = next; }

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected