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

Method setWeakNext

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

Source from the content-addressed store, hash-verified

313 fl::shared_ptr<Node> getNext() const { return mNext; }
314
315 void setWeakNext(fl::weak_ptr<Node> next) { mWeakNext = next; }
316 fl::weak_ptr<Node> getWeakNext() const { return mWeakNext; }
317
318private:

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected