Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ SaveAllChunks
Method
SaveAllChunks
src/World.cpp:2775–2781 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2773
2774
2775
void cWorld::SaveAllChunks(void)
2776
{
2777
LOGINFO(
"Saving all chunks..."
);
2778
m_LastSave = m_WorldAge;
2779
m_ChunkMap->SaveAllChunks();
2780
m_Storage.QueueSavedMessage();
2781
}
2782
2783
2784
Callers
1
Run
Method · 0.45
Calls
2
LOGINFO
Function · 0.85
QueueSavedMessage
Method · 0.80
Tested by
no test coverage detected