Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
318
private:
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected