MCPcopy Create free account
hub / github.com/SOUI2/soui / valueToQuotedString

Function valueToQuotedString

third-part/jsoncpp/src/lib_json/json_writer.cpp:325–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325JSONCPP_STRING valueToQuotedString(const char* value) {
326 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value)));
327}
328
329// Class Writer
330// //////////////////////////////////////////////////////////////////

Callers 1

writeValueMethod · 0.85

Calls 1

valueToQuotedStringNFunction · 0.85

Tested by

no test coverage detected