Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ GetItemsCount
Method
GetItemsCount
src/BaseQueue.cpp:92–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
int CBaseQueue::GetItemsCount()
93
{
94
int count = 0;
95
BQFOR (current, m_Items)
96
{
97
count++;
98
}
99
return count;
100
}
101
102
CBaseQueueItem *CBaseQueue::Get(int index)
103
{
Callers
4
CountItemBackPack
Method · 0.80
UpdateGroupPositions
Method · 0.80
ProcessListing
Method · 0.80
PACKET_HANDLER
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected