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

Function resetMockFull

tests/platforms/esp/32/drivers/parlio/parlio_driver.cpp:155–158  ·  view source on GitHub ↗

@brief Full reset of mock state (initialization + history)

Source from the content-addressed store, hash-verified

153
154/// @brief Full reset of mock state (initialization + history)
155static void resetMockFull() {
156 auto& mock = ParlioPeripheralMock::instance();
157 mock.reset();
158}
159
160/// @brief Light reset of mock (history only, keep initialization)
161static void resetMockHistory() {

Callers 1

FL_TEST_FILEFunction · 0.85

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected