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

Function queueWithNameExists

lib/queue/action-queue.cpp:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388static bool queueWithNameExists(const std::string &name)
389{
390 return !GetWeakActionQueueByName(name).expired();
391}
392
393static void signalImportedQueues(void *varsPtr)
394{

Callers 1

ImportQueuesFunction · 0.85

Calls 1

GetWeakActionQueueByNameFunction · 0.85

Tested by

no test coverage detected