MCPcopy 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_ptrMethod · 0.80
setJsonUiHandlersFunction · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected