| 457 | } |
| 458 | |
| 459 | ECSComponentDataMap::ECSComponentDataMap() |
| 460 | { |
| 461 | nullComponentData_.Name = new STDString(); |
| 462 | } |
| 463 | |
| 464 | PerECSComponentData const& ECSComponentDataMap::Get(ComponentTypeIndex type) const |
| 465 | { |
nothing calls this directly
no outgoing calls
no test coverage detected