MCPcopy 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
191void cWorldStorage::UnqueueSave(const cChunkCoords & a_Chunk)
192{
193 m_SaveQueue.Remove(a_Chunk);
194}
195
196
197

Callers

nothing calls this directly

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected