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

Method is_auto_registered

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

Source from the content-addressed store, hash-verified

154 void set_last_run_time(u32 time) override { mLastRunTime = time; }
155 bool is_canceled() const override { return mCanceled; }
156 bool is_auto_registered() const override { return mAutoRegistered; }
157
158 bool ready_to_run(u32 current_time) const override {
159 if (mType == TaskType::kBeforeFrame || mType == TaskType::kAfterFrame) {

Callers 1

task.cpp.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected