| 5316 | std::string TypeString; |
| 5317 | |
| 5318 | EntityKey() : |
| 5319 | PlayFabBaseModel(), |
| 5320 | Id(), |
| 5321 | Type(), |
| 5322 | TypeString() |
| 5323 | {} |
| 5324 | |
| 5325 | EntityKey(const EntityKey& src) : |
| 5326 | PlayFabBaseModel(), |
nothing calls this directly
no outgoing calls
no test coverage detected