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

Function RunLoadSteps

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

Source from the content-addressed store, hash-verified

169}
170
171void RunLoadSteps(obs_data_t *obj)
172{
173 std::lock_guard<std::mutex> lock(mutex);
174 for (const auto &func : getEarlyLoadSteps()) {
175 func(obj);
176 }
177 for (const auto &func : getLoadSteps()) {
178 func(obj);
179 }
180}
181
182void RunAndClearPostLoadSteps()
183{

Callers 1

LoadSettingsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected