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

Function ToJsonString

third-part/jsoncpp/src/test_lib_json/jsontest.cpp:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427// //////////////////////////////////////////////////////////////////
428
429JSONCPP_STRING ToJsonString(const char* toConvert) {
430 return JSONCPP_STRING(toConvert);
431}
432
433JSONCPP_STRING ToJsonString(JSONCPP_STRING in) {
434 return in;

Callers 1

JSONTEST_FIXTUREFunction · 0.85

Calls 2

dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected