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

Method advance

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

Source from the content-addressed store, hash-verified

42}
43
44void MockTimeProvider::advance(fl::u32 milliseconds) {
45 mCurrentTime += milliseconds;
46}
47
48void MockTimeProvider::set_time(fl::u32 milliseconds) {
49 mCurrentTime = milliseconds;

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected