Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ MarkChunkSaving
Method
MarkChunkSaving
src/World.cpp:2194–2197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2192
2193
2194
void cWorld::MarkChunkSaving(int a_ChunkX, int a_ChunkZ)
2195
{
2196
m_ChunkMap->MarkChunkSaving(a_ChunkX, a_ChunkZ);
2197
}
2198
2199
2200
Callers
1
SaveOneChunk
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected