Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ AddEarlyLoadStep
Function
AddEarlyLoadStep
lib/utils/plugin-state-helpers.cpp:130–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
void AddEarlyLoadStep(std::function<void(obs_data_t *)> step)
131
{
132
std::lock_guard<std::mutex> lock(mutex);
133
getEarlyLoadSteps().emplace_back(step);
134
}
135
136
void AddSaveStep(std::function<void(obs_data_t *)> step)
137
{
Callers
1
setup
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected