Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ Last
Method
Last
src/BaseQueue.cpp:254–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
CBaseQueueItem *CBaseQueue::Last()
255
{
256
CBaseQueueItem *last = m_Items;
257
while (last != nullptr && last->m_Next != nullptr)
258
{
259
last = last->m_Next;
260
}
261
return last;
262
}
Callers
5
UpdateTextCoordinates
Method · 0.80
UpdateTextCoordinates
Method · 0.80
DrawSystemChat
Method · 0.80
PACKET_HANDLER
Function · 0.80
PacketManager.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected