Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ RunIntervalResetSteps
Function
RunIntervalResetSteps
lib/utils/plugin-state-helpers.cpp:239–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
void RunIntervalResetSteps()
240
{
241
std::lock_guard<std::mutex> lock(mutex);
242
for (const auto &step : getResetIntervalSteps()) {
243
step();
244
}
245
}
246
247
void AddFinishedLoadingStep(std::function<void()> step)
248
{
Callers
2
Thread
Method · 0.50
Start
Method · 0.50
Calls
1
step
Function · 0.85
Tested by
no test coverage detected