Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ ClearPostLoadSteps
Function
ClearPostLoadSteps
lib/utils/plugin-state-helpers.cpp:191–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
void ClearPostLoadSteps()
192
{
193
std::lock_guard<std::mutex> lock(postLoadMutex);
194
getPostLoadSteps().clear();
195
}
196
197
void AddPluginInitStep(std::function<void()> step)
198
{
Callers
1
LoadSettings
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected