MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / _toString

Function _toString

Source/GJUserScore.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

createWithResponseMethod · 0.70

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected