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

Function appendHex

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

Source from the content-addressed store, hash-verified

270}
271
272static void appendHex(String& result, unsigned ch) {
273 result.append("\\u").append(toHex16Bit(ch));
274}
275
276static String valueToQuotedStringN(const char* value, size_t length,
277 bool emitUTF8 = false) {

Callers 1

valueToQuotedStringNFunction · 0.85

Calls 2

toHex16BitFunction · 0.85
appendMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…