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

Function valueToQuotedString

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:4441–4443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4439}
4440
4441String valueToQuotedString(const char* value) {
4442 return valueToQuotedStringN(value, strlen(value));
4443}
4444
4445String valueToQuotedString(const char* value, size_t length) {
4446 return valueToQuotedStringN(value, length);

Callers 1

writeValueMethod · 0.85

Calls 1

valueToQuotedStringNFunction · 0.85

Tested by

no test coverage detected