Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetSaveQueueLength
Method
GetSaveQueueLength
src/WorldStorage/WorldStorage.cpp:142–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
141
142
size_t cWorldStorage::GetSaveQueueLength(void)
143
{
144
return m_SaveQueue.Size();
145
}
146
147
148
Callers
1
GetStorageSaveQueueLength
Method · 0.80
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected