MCPcopy Create free account
hub / github.com/Kitware/CMake / valueToQuotedString

Function valueToQuotedString

Utilities/cmjsoncpp/src/lib_json/json_writer.cpp:353–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353String valueToQuotedString(const char* value) {
354 return valueToQuotedStringN(value, strlen(value));
355}
356
357String valueToQuotedString(const char* value, size_t length) {
358 return valueToQuotedStringN(value, length);

Callers 1

writeValueMethod · 0.85

Calls 2

valueToQuotedStringNFunction · 0.85
strlenFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…