MCPcopy 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
92int CBaseQueue::GetItemsCount()
93{
94 int count = 0;
95 BQFOR (current, m_Items)
96 {
97 count++;
98 }
99 return count;
100}
101
102CBaseQueueItem *CBaseQueue::Get(int index)
103{

Callers 4

CountItemBackPackMethod · 0.80
UpdateGroupPositionsMethod · 0.80
ProcessListingMethod · 0.80
PACKET_HANDLERFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected