Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ ~cChestEntity
Method
~cChestEntity
src/BlockEntities/ChestEntity.cpp:24–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
24
cChestEntity::~cChestEntity()
25
{
26
cWindow * Window = GetWindow();
27
if (Window != NULL)
28
{
29
Window->OwnerDestroyed();
30
}
31
}
32
33
34
Callers
nothing calls this directly
Calls
1
OwnerDestroyed
Method · 0.80
Tested by
no test coverage detected