Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ Stay
Method
Stay
src/Chunk.cpp:427–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
426
427
void cChunk::Stay(bool a_Stay)
428
{
429
m_StayCount += (a_Stay ? 1 : -1);
430
ASSERT(m_StayCount >= 0);
431
}
432
433
434
Callers
2
AddChunkStay
Method · 0.80
DelChunkStay
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected