MCPcopy Create free account
hub / github.com/catboost/catboost / CgiEscape

Function CgiEscape

library/cpp/string_utils/quote/quote.h:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 return TStringBuf(to, CGIEscape(to, from.data(), from.size()));
22}
23inline TStringBuf CgiEscape(void* tmp, const TStringBuf s) {
24 return CgiEscapeBuf(static_cast<char*>(tmp), s);
25}
26
27//CgiUnescape*:
28// Decodes '%xx' to bytes, '+' to space.

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls 1

CgiEscapeBufFunction · 0.85

Tested by

no test coverage detected