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

Function Utf8SafeCEscapeString

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

Source from the content-addressed store, hash-verified

559}
560
561int Utf8SafeCEscapeString(const char* src, int src_len, char* dest,
562 int dest_len) {
563 return CEscapeInternal(src, src_len, dest, dest_len, false, true);
564}
565
566int Utf8SafeCHexEscapeString(const char* src, int src_len, char* dest,
567 int dest_len) {

Callers

nothing calls this directly

Calls 1

CEscapeInternalFunction · 0.85

Tested by

no test coverage detected