Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
void RunPluginInitSteps()
216
{
217
std::lock_guard<std::mutex> lock(initMutex);
218
for (const auto &step : getPluginInitSteps()) {
219
step();
220
}
221
}
222
223
void RunPluginPostLoadSteps()
224
{
Callers
1
InitSceneSwitcher
Function · 0.50
Calls
1
step
Function · 0.85
Tested by
no test coverage detected