Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
388
static bool queueWithNameExists(const std::string &name)
389
{
390
return !GetWeakActionQueueByName(name).expired();
391
}
392
393
static void signalImportedQueues(void *varsPtr)
394
{
Callers
1
ImportQueues
Function · 0.85
Calls
1
GetWeakActionQueueByName
Function · 0.85
Tested by
no test coverage detected