MCPcopy 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
96void ActionQueue::Clear()
97{
98 std::lock_guard<std::mutex> lock(_mutex);
99 _actions.clear();
100}
101
102void ActionQueue::Add(const std::shared_ptr<MacroAction> &action)
103{

Callers 2

ClearClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected