Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetLoadQueueLength
Method
GetLoadQueueLength
src/WorldStorage/WorldStorage.cpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
132
133
size_t cWorldStorage::GetLoadQueueLength(void)
134
{
135
return m_LoadQueue.Size();
136
}
137
138
139
Callers
2
GetStorageLoadQueueLength
Method · 0.80
Execute
Method · 0.80
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected