MCPcopy Create free account
hub / github.com/cuberite/cuberite / UnqueueLoad

Method UnqueueLoad

src/WorldStorage/WorldStorage.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181
182void cWorldStorage::UnqueueLoad(int a_ChunkX, int a_ChunkY, int a_ChunkZ)
183{
184 m_LoadQueue.Remove(sChunkLoad(a_ChunkX, a_ChunkY, a_ChunkZ,true));
185}
186
187
188

Callers

nothing calls this directly

Calls 2

sChunkLoadClass · 0.85
RemoveMethod · 0.45

Tested by

no test coverage detected