Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ expired
Method
expired
src/fl/stl/weak_ptr.h:136–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
bool expired() const FL_NOEXCEPT {
137
return use_count() == 0;
138
}
139
140
shared_ptr<T> lock() const FL_NOEXCEPT {
141
if (expired()) {
Callers
5
shared_ptr
Method · 0.80
setJsonUiHandlers
Function · 0.80
FL_TEST_FILE
Function · 0.80
FL_TEST_FILE
Function · 0.80
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected