MCPcopy Create free account
hub / github.com/Samsung/UTopia / valueToQuotedString

Function valueToQuotedString

external/jsoncpp/jsoncpp.cpp:4412–4414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4410}
4411
4412String valueToQuotedString(const char *value) {
4413 return valueToQuotedStringN(value, static_cast<unsigned int>(strlen(value)));
4414}
4415
4416// Class Writer
4417// //////////////////////////////////////////////////////////////////

Callers 1

writeValueMethod · 0.85

Calls 1

valueToQuotedStringNFunction · 0.85

Tested by

no test coverage detected