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

Function RunPluginInitSteps

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

Source from the content-addressed store, hash-verified

213}
214
215void RunPluginInitSteps()
216{
217 std::lock_guard<std::mutex> lock(initMutex);
218 for (const auto &step : getPluginInitSteps()) {
219 step();
220 }
221}
222
223void RunPluginPostLoadSteps()
224{

Callers 1

InitSceneSwitcherFunction · 0.50

Calls 1

stepFunction · 0.85

Tested by

no test coverage detected