| 3528 | std::string TypeString; |
| 3529 | |
| 3530 | EntityKey() : |
| 3531 | PlayFabBaseModel(), |
| 3532 | Id(), |
| 3533 | Type(), |
| 3534 | TypeString() |
| 3535 | {} |
| 3536 | |
| 3537 | EntityKey(const EntityKey& src) : |
| 3538 | PlayFabBaseModel(), |
nothing calls this directly
no outgoing calls
no test coverage detected