Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
492
fl::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_FILE
Function · 0.80
Calls
1
Error
Class · 0.85
Tested by
no test coverage detected