MCPcopy Create free account
hub / github.com/apache/impala / Utf8SafeCHexEscapeString

Function Utf8SafeCHexEscapeString

be/src/gutil/strings/escaping.cc:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566int Utf8SafeCHexEscapeString(const char* src, int src_len, char* dest,
567 int dest_len) {
568 return CEscapeInternal(src, src_len, dest, dest_len, true, true);
569}
570
571// ----------------------------------------------------------------------
572// CEscape()

Callers

nothing calls this directly

Calls 1

CEscapeInternalFunction · 0.85

Tested by

no test coverage detected