Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ AddPostLoadStep
Function
AddPostLoadStep
lib/utils/plugin-state-helpers.cpp:148–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
void AddPostLoadStep(std::function<void()> step)
149
{
150
std::lock_guard<std::mutex> lock(postLoadMutex);
151
getPostLoadSteps().emplace_back(step);
152
}
153
154
void AddIntervalResetStep(std::function<void()> step)
155
{
Callers
3
Load
Method · 0.70
Load
Method · 0.50
loadDocks
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected