MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / appendHex

Function appendHex

Sources/Dependencies/jsoncpp/writer.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 static void appendHex(StringContainer& result, unsigned ch) {
216 result.append("\\u").append(toHex16Bit(ch));
217 }
218
219 static StringContainer valueToQuotedStringN(const char* value, size_t length, bool emitUTF8 = false) {
220 if (value == nullptr)

Callers 1

valueToQuotedStringNFunction · 0.85

Calls 2

toHex16BitFunction · 0.85
appendMethod · 0.80

Tested by

no test coverage detected