MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / ToJsonString

Function ToJsonString

edrav2/eprj/jsoncpp/src/test_lib_json/jsontest.cpp:413–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411// //////////////////////////////////////////////////////////////////
412
413JSONCPP_STRING ToJsonString(const char* toConvert) {
414 return JSONCPP_STRING(toConvert);
415}
416
417JSONCPP_STRING ToJsonString(JSONCPP_STRING in) { return in; }
418

Callers 1

JSONTEST_FIXTUREFunction · 0.85

Calls 2

dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected