Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
223
void RunPluginPostLoadSteps()
224
{
225
std::lock_guard<std::mutex> lock(mutex);
226
for (const auto &step : getPluginPostLoadSteps()) {
227
step();
228
}
229
}
230
231
void RunPluginCleanupSteps()
232
{
Callers
1
obs_module_post_load
Function · 0.50
Calls
1
step
Function · 0.85
Tested by
no test coverage detected