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