Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
void 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
sChunkLoad
Class · 0.85
Remove
Method · 0.45
Tested by
no test coverage detected