MCPcopy Create free account
hub / github.com/PlayFab/gsdk / valueToQuotedString

Function valueToQuotedString

cpp/cppsdk/jsoncpp.cpp:4516–4518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4514}
4515
4516JSONCPP_STRING valueToQuotedString(const char* value) {
4517 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value)));
4518}
4519
4520// Class Writer
4521// //////////////////////////////////////////////////////////////////

Callers 1

writeValueMethod · 0.85

Calls 1

valueToQuotedStringNFunction · 0.85

Tested by

no test coverage detected