MCPcopy Create free account
hub / github.com/Samsung/ONE / appendHex

Function appendHex

runtime/3rdparty/jsoncpp/jsoncpp.cpp:4689–4689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4687static void appendRaw(String &result, unsigned ch) { result += static_cast<char>(ch); }
4688
4689static void appendHex(String &result, unsigned ch) { result.append("\\u").append(toHex16Bit(ch)); }
4690
4691static String valueToQuotedStringN(const char *value, size_t length, bool emitUTF8 = false)
4692{

Callers 1

valueToQuotedStringNFunction · 0.85

Calls 2

toHex16BitFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected