Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void MockTimeProvider::advance(fl::u32 milliseconds) {
45
mCurrentTime += milliseconds;
46
}
47
48
void MockTimeProvider::set_time(fl::u32 milliseconds) {
49
mCurrentTime = milliseconds;
Callers
1
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected