Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetQueueLength
Method
GetQueueLength
src/LightingThread.cpp:160–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
159
160
size_t cLightingThread::GetQueueLength(void)
161
{
162
cCSLock Lock(m_CS);
163
return m_Queue.size() + m_PendingQueue.size();
164
}
165
166
167
Callers
5
GetGeneratorQueueLength
Method · 0.45
GetLightingQueueLength
Method · 0.45
Execute
Method · 0.45
Execute
Method · 0.45
GetChunkStats
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected