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

Function RunPluginPostLoadSteps

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

Source from the content-addressed store, hash-verified

221}
222
223void RunPluginPostLoadSteps()
224{
225 std::lock_guard<std::mutex> lock(mutex);
226 for (const auto &step : getPluginPostLoadSteps()) {
227 step();
228 }
229}
230
231void RunPluginCleanupSteps()
232{

Callers 1

obs_module_post_loadFunction · 0.50

Calls 1

stepFunction · 0.85

Tested by

no test coverage detected