Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ destroy
Function
destroy
src/world/level.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void destroy(Allocator &a, Level *level)
51
{
52
CE_DELETE(a, level);
53
}
54
55
} // namespace level
56
Callers
9
~World
Method · 0.70
destroy_level
Method · 0.70
update
Method · 0.70
unit_destroyed_callback
Method · 0.70
unit_destroyed_callback
Method · 0.70
offline
Method · 0.70
offline
Method · 0.70
offline
Function · 0.50
offline
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected