Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ Clear
Method
Clear
lib/queue/action-queue.cpp:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void ActionQueue::Clear()
97
{
98
std::lock_guard<std::mutex> lock(_mutex);
99
_actions.clear();
100
}
101
102
void ActionQueue::Add(const std::shared_ptr<MacroAction> &action)
103
{
Callers
2
ClearClicked
Method · 0.45
StopAndClearAllActionQueues
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected