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

Function _toString

Source/GJGameLevel.cpp:27–29  ·  view source on GitHub ↗

the only thing we actually want as normal string is the class members

Source from the content-addressed store, hash-verified

25
26//the only thing we actually want as normal string is the class members
27static inline std::string _toString(std::string_view s) {
28 return {s.begin(), s.end()};
29}
30
31GJGameLevel* GJGameLevel::createWithResponse(std::string_view backendResponse)
32{

Callers 1

createWithResponseMethod · 0.70

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected