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

Function appendRaw

Sources/Dependencies/jsoncpp/writer.cpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 static void appendRaw(StringContainer& result, unsigned ch) {
212 result += static_cast<char>(ch);
213 }
214
215 static void appendHex(StringContainer& result, unsigned ch) {
216 result.append("\\u").append(toHex16Bit(ch));

Callers 1

valueToQuotedStringNFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected