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

Function RunStartSteps

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

Source from the content-addressed store, hash-verified

267}
268
269void RunStartSteps()
270{
271 std::lock_guard<std::mutex> lock(mutex);
272 for (const auto &step : getStartSteps()) {
273 step();
274 }
275}
276
277void RunStopSteps()
278{

Callers 1

StartMethod · 0.50

Calls 1

stepFunction · 0.85

Tested by

no test coverage detected