Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ IsChunkValid
Method
IsChunkValid
src/World.cpp:2291–2294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2289
2290
2291
bool cWorld::IsChunkValid(int a_ChunkX, int a_ChunkZ) const
2292
{
2293
return m_ChunkMap->IsChunkValid(a_ChunkX, a_ChunkZ);
2294
}
2295
2296
2297
Callers
4
SendChunk
Method · 0.45
Execute
Method · 0.45
SaveOneChunk
Method · 0.45
LoadChunk
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected