| 22 | #include "GameToolbox/conv.h" |
| 23 | |
| 24 | static inline std::string _toString(std::string_view s) |
| 25 | { |
| 26 | return {s.begin(), s.end()}; |
| 27 | } |
| 28 | |
| 29 | GJUserScore* GJUserScore::createWithResponse(std::string_view backendResponse) |
| 30 | { |
no test coverage detected