MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / RunIntervalResetSteps

Function RunIntervalResetSteps

lib/utils/plugin-state-helpers.cpp:239–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void RunIntervalResetSteps()
240{
241 std::lock_guard<std::mutex> lock(mutex);
242 for (const auto &step : getResetIntervalSteps()) {
243 step();
244 }
245}
246
247void AddFinishedLoadingStep(std::function<void()> step)
248{

Callers 2

ThreadMethod · 0.50
StartMethod · 0.50

Calls 1

stepFunction · 0.85

Tested by

no test coverage detected