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

Function appendRaw

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

Source from the content-addressed store, hash-verified

4685}
4686
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

Callers 1

valueToQuotedStringNFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected