MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / valueToQuotedString

Function valueToQuotedString

Sources/Dependencies/jsoncpp/writer.cpp:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 }
294
295 StringContainer valueToQuotedString(const char* value) {
296 return valueToQuotedStringN(value, strlen(value));
297 }
298
299 StringContainer valueToQuotedString(const char* value, size_t length) {
300 return valueToQuotedStringN(value, length);

Callers

nothing calls this directly

Calls 1

valueToQuotedStringNFunction · 0.85

Tested by

no test coverage detected