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

Method is_empty

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

Source from the content-addressed store, hash-verified

44 Error(const char* msg) FL_NOEXCEPT : message(msg) {}
45 Error(fl::string&& msg) FL_NOEXCEPT : message(fl::move(msg)) {}
46 bool is_empty() const FL_NOEXCEPT { return message.empty(); }
47};
48
49// Forward declaration for implementation

Callers 3

from_errorMethod · 0.45
has_errorMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected