Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ size
Method
size
source/game/StarEntityMap.cpp:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
size_t EntityMap::size() const {
85
return m_spatialMap.size();
86
}
87
88
List<EntityId> EntityMap::entityIds() const {
89
return m_spatialMap.keys();
Callers
3
reserveEntityId
Method · 0.45
maybeReserveEntityId
Method · 0.45
forAllEntities
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected