Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ WaitForSaveQueueEmpty
Method
WaitForSaveQueueEmpty
src/WorldStorage/WorldStorage.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
123
124
void cWorldStorage::WaitForSaveQueueEmpty(void)
125
{
126
m_SaveQueue.BlockTillEmpty();
127
}
128
129
130
Callers
1
InitializeSpawn
Method · 0.80
Calls
1
BlockTillEmpty
Method · 0.80
Tested by
no test coverage detected