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

Method valid

src/fl/task/promise.h:108–110  ·  view source on GitHub ↗

Check if Promise is valid

Source from the content-addressed store, hash-verified

106
107 /// Check if Promise is valid
108 bool valid() const FL_NOEXCEPT {
109 return mImpl != nullptr;
110 }
111
112 /// Register success callback - returns reference for chaining
113 /// @param callback Function to call when Promise resolves successfully

Callers 5

await_top_levelFunction · 0.45
awaitFunction · 0.45
fs_stub.hppFile · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected