Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetMapCount
Method
GetMapCount
src/WorldStorage/MapSerializer.h:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
bool Save(void);
70
71
inline unsigned int GetMapCount(void) const { return m_MapCount; }
72
73
inline void SetMapCount(unsigned int a_MapCount) { m_MapCount = a_MapCount; }
74
Callers
1
LoadMapData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected