MCPcopy 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
15static bool setup()
16{
17 AddSaveStep(SaveActionQueues);
18 AddLoadStep(LoadActionQueues);
19 AddPluginCleanupStep([]() { queues.clear(); });
20 return true;
21}
22
23static bool setupDone = setup();
24

Callers 1

action-queue.cppFile · 0.70

Calls 3

AddSaveStepFunction · 0.50
AddLoadStepFunction · 0.50
AddPluginCleanupStepFunction · 0.50

Tested by

no test coverage detected