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

Method set_time

src/fl/stl/chrono.cpp.hpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void MockTimeProvider::set_time(fl::u32 milliseconds) {
49 mCurrentTime = milliseconds;
50}
51
52fl::u32 MockTimeProvider::current_time() const {
53 return mCurrentTime;

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected