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

Method getResult

src/fl/channels/spi/device.cpp.hpp:492–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492fl::optional<fl::task::Error> Transaction::getResult() const {
493 if (!pImpl) {
494 return fl::task::Error("Invalid transaction");
495 }
496 return pImpl->result;
497}
498
499} // namespace spi
500} // namespace fl

Callers 1

FL_TEST_FILEFunction · 0.80

Calls 1

ErrorClass · 0.85

Tested by

no test coverage detected