Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
void MockTimeProvider::set_time(fl::u32 milliseconds) {
49
mCurrentTime = milliseconds;
50
}
51
52
fl::u32 MockTimeProvider::current_time() const {
53
return mCurrentTime;
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected