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

Function clear_time_provider

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

Source from the content-addressed store, hash-verified

32}
33
34void clear_time_provider() {
35 fl::unique_lock<fl::mutex> lock(get_time_mutex());
36 get_time_provider() = time_provider_t{}; // Clear the function
37}
38
39// MockTimeProvider implementation
40MockTimeProvider::MockTimeProvider(fl::u32 initial_time)

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected