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

Method has_then

src/fl/task/task.cpp.hpp:303–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301// Getters
302int Handle::id() const { return mImpl ? mImpl->id() : 0; }
303bool Handle::has_then() const { return mImpl ? mImpl->has_then() : false; }
304bool Handle::has_catch() const { return mImpl ? mImpl->has_catch() : false; }
305string Handle::trace_label() const { return mImpl ? mImpl->trace_label() : ""; }
306TaskType Handle::type() const { return mImpl ? mImpl->type() : TaskType::kEveryMs; }

Callers 2

_has_thenMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected