Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ releaseGroupID
Method
releaseGroupID
core/renderer/GroupCommand.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void GroupCommandManager::releaseGroupID(int groupID)
64
{
65
_groupMapping[groupID] = false;
66
_unusedIDs.emplace_back(groupID);
67
}
68
69
GroupCommand::GroupCommand()
70
{
Callers
2
init
Method · 0.80
~GroupCommand
Method · 0.80
Calls
1
emplace_back
Method · 0.45
Tested by
no test coverage detected