MCPcopy Create free account
hub / github.com/Kitware/CMake / appendRaw

Function appendRaw

Utilities/cmjsoncpp/src/lib_json/json_writer.cpp:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268static void appendRaw(String& result, unsigned ch) {
269 result += static_cast<char>(ch);
270}
271
272static void appendHex(String& result, unsigned ch) {
273 result.append("\\u").append(toHex16Bit(ch));

Callers 1

valueToQuotedStringNFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…