Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ isPending
Method
isPending
src/fl/channels/spi/device.cpp.hpp:466–468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
}
465
466
bool Transaction::isPending() const {
467
return pImpl ? !pImpl->completed : false;
468
}
469
470
bool Transaction::cancel() {
471
if (!pImpl || pImpl->completed) {
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected