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

Function after_frame

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

Source from the content-addressed store, hash-verified

342}
343
344Handle after_frame() {
345 return Handle(fl::make_shared<TimeTask>(TaskType::kAfterFrame, 0));
346}
347
348Handle after_frame(const TracePoint& trace) {
349 return Handle(fl::make_shared<TimeTask>(TaskType::kAfterFrame, 0, trace));

Callers 2

FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls 1

HandleClass · 0.85

Tested by

no test coverage detected