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

Function appendHex

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:4360–4362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4358}
4359
4360static void appendHex(String& result, unsigned ch) {
4361 result.append("\\u").append(toHex16Bit(ch));
4362}
4363
4364static String valueToQuotedStringN(const char* value, size_t length,
4365 bool emitUTF8 = false) {

Callers 1

valueToQuotedStringNFunction · 0.85

Calls 2

toHex16BitFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected