MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / AutoStartActionQueues

Function AutoStartActionQueues

lib/queue/action-queue.cpp:451–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451void AutoStartActionQueues()
452{
453 for (auto &queue : queues) {
454 auto actionQueue =
455 std::dynamic_pointer_cast<ActionQueue>(queue);
456 if (actionQueue->RunsOnStartup()) {
457 actionQueue->Start();
458 }
459 }
460}
461
462void StopAndClearAllActionQueues()
463{

Callers 1

StartMethod · 0.85

Calls 2

RunsOnStartupMethod · 0.80
StartMethod · 0.45

Tested by

no test coverage detected