MCPcopy 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
466bool Transaction::isPending() const {
467 return pImpl ? !pImpl->completed : false;
468}
469
470bool Transaction::cancel() {
471 if (!pImpl || pImpl->completed) {

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected