MCPcopy Create free account
hub / github.com/Illumina/paragraph / valueToQuotedString

Function valueToQuotedString

external/jsoncpp/jsoncpp.cpp:4469–4471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4467}
4468
4469JSONCPP_STRING valueToQuotedString(const char* value) {
4470 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value)));
4471}
4472
4473// Class Writer
4474// //////////////////////////////////////////////////////////////////

Callers 1

writeValueMethod · 0.85

Calls 1

valueToQuotedStringNFunction · 0.85

Tested by

no test coverage detected