Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ RunStartSteps
Function
RunStartSteps
lib/utils/plugin-state-helpers.cpp:269–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
void RunStartSteps()
270
{
271
std::lock_guard<std::mutex> lock(mutex);
272
for (const auto &step : getStartSteps()) {
273
step();
274
}
275
}
276
277
void RunStopSteps()
278
{
Callers
1
Start
Method · 0.50
Calls
1
step
Function · 0.85
Tested by
no test coverage detected