MCPcopy 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
84size_t EntityMap::size() const {
85 return m_spatialMap.size();
86}
87
88List<EntityId> EntityMap::entityIds() const {
89 return m_spatialMap.keys();

Callers 3

reserveEntityIdMethod · 0.45
maybeReserveEntityIdMethod · 0.45
forAllEntitiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected