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

Function appendRaw

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:4356–4358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4354}
4355
4356static void appendRaw(String& result, unsigned ch) {
4357 result += static_cast<char>(ch);
4358}
4359
4360static void appendHex(String& result, unsigned ch) {
4361 result.append("\\u").append(toHex16Bit(ch));

Callers 1

valueToQuotedStringNFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected