Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getIndex
Method
getIndex
Source/Entity/Entity.cpp:168–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
: _index(index) { }
167
168
int Entity::getIndex() const noexcept {
169
return _index;
170
}
171
172
void Entity::destroy() {
173
for (int i = 0; i < s_cast<int>(_components.size()); i++) {
Callers
6
getKeyPoint
Method · 0.45
create
Method · 0.45
getComIndex
Method · 0.45
EntityGroup
Method · 0.45
EntityObserver
Method · 0.45
entity_get_index
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected