Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ UnqueueSave
Method
UnqueueSave
src/WorldStorage/WorldStorage.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
190
191
void cWorldStorage::UnqueueSave(const cChunkCoords & a_Chunk)
192
{
193
m_SaveQueue.Remove(a_Chunk);
194
}
195
196
197
Callers
nothing calls this directly
Calls
1
Remove
Method · 0.45
Tested by
no test coverage detected