Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ cleanup
Method
cleanup
core/2d/ProtectedNode.cpp:61–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void ProtectedNode::cleanup()
62
{
63
Node::cleanup();
64
// timers
65
for (const auto& child : _protectedChildren)
66
child->cleanup();
67
}
68
69
void ProtectedNode::addProtectedChild(ax::Node* child)
70
{
Callers
2
removeProtectedChild
Method · 0.45
removeAllProtectedChildrenWithCleanup
Method · 0.45
Calls
1
cleanup
Function · 0.85
Tested by
no test coverage detected