Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arkhipenko/TaskScheduler
/ getQueueSize
Function
getQueueSize
tests/test-queue-impl.cpp:94–97 ·
view source on GitHub ↗
* @brief Helper to get current queue size */
Source
from the content-addressed store, hash-verified
92
* @brief Helper to get current queue size
93
*/
94
size_t getQueueSize() {
95
std::unique_lock<std::mutex> lock(queueMutex);
96
return taskRequestQueue.size();
97
}
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected