Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ QueueSaveChunk
Method
QueueSaveChunk
src/WorldStorage/WorldStorage.cpp:161–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
160
161
void cWorldStorage::QueueSaveChunk(int a_ChunkX, int a_ChunkY, int a_ChunkZ)
162
{
163
m_SaveQueue.EnqueueItemIfNotPresent(cChunkCoords(a_ChunkX, a_ChunkY, a_ChunkZ));
164
m_Event.Set();
165
}
166
167
168
Callers
2
Save
Method · 0.80
OnChunkGenerated
Method · 0.80
Calls
3
cChunkCoords
Class · 0.85
EnqueueItemIfNotPresent
Method · 0.80
Set
Method · 0.45
Tested by
no test coverage detected