Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ setup
Function
setup
lib/queue/action-queue.cpp:15–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
static bool setup()
16
{
17
AddSaveStep(SaveActionQueues);
18
AddLoadStep(LoadActionQueues);
19
AddPluginCleanupStep([]() { queues.clear(); });
20
return true;
21
}
22
23
static bool setupDone = setup();
24
Callers
1
action-queue.cpp
File · 0.70
Calls
3
AddSaveStep
Function · 0.50
AddLoadStep
Function · 0.50
AddPluginCleanupStep
Function · 0.50
Tested by
no test coverage detected