| 3644 | std::string TypeString; |
| 3645 | |
| 3646 | EntityKey() : |
| 3647 | PlayFabBaseModel(), |
| 3648 | Id(), |
| 3649 | Type(), |
| 3650 | TypeString() |
| 3651 | {} |
| 3652 | |
| 3653 | EntityKey(const EntityKey& src) : |
| 3654 | PlayFabBaseModel(), |
nothing calls this directly
no outgoing calls
no test coverage detected