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

Method set_id

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

Source from the content-addressed store, hash-verified

144
145 int id() const override { return mTaskId; }
146 void set_id(int id) override { mTaskId = id; }
147 bool has_then() const override { return mHasThen; }
148 bool has_catch() const override { return mHasCatch; }
149 string trace_label() const override { return mTraceLabel ? *mTraceLabel : ""; }

Callers 1

_set_idMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected