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

Method Size

lib/queue/action-queue.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135size_t ActionQueue::Size()
136{
137 std::lock_guard<std::mutex> lock(_mutex);
138 return _actions.size();
139}
140
141void ActionQueue::RunActions()
142{

Callers 3

CheckConditionMethod · 0.80
getCellLabelsFunction · 0.80
UpdateLabelsMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected