MCPcopy 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
133size_t cWorldStorage::GetLoadQueueLength(void)
134{
135 return m_LoadQueue.Size();
136}
137
138
139

Callers 2

ExecuteMethod · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected