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

Method recordResult

src/fl/remote/remote.cpp.hpp:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void Remote::recordResult(const fl::string& funcName, const fl::json& result, u32 scheduledAt, u32 receivedAt, u32 executedAt, bool wasScheduled) {
217 mResults.push_back({funcName, result, scheduledAt, receivedAt, executedAt, wasScheduled});
218}
219
220// Update Loop
221

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected