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

Method _trace_label

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

Source from the content-addressed store, hash-verified

380void Handle::_execute_catch(const Error& error) { if (mImpl) mImpl->execute_catch(error); }
381TaskType Handle::_type() const { return mImpl ? mImpl->type() : TaskType::kEveryMs; }
382string Handle::_trace_label() const { return mImpl ? mImpl->trace_label() : ""; }
383
384} // namespace task
385} // namespace fl

Callers 2

updateMethod · 0.80
update_tasks_of_typeMethod · 0.80

Calls 1

trace_labelMethod · 0.45

Tested by

no test coverage detected