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

Function CgiUnescape

library/cpp/string_utils/quote/quote.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 return TStringBuf(to, CGIUnescape(to, from.data(), from.size()));
38}
39inline TStringBuf CgiUnescape(void* tmp, const TStringBuf s) {
40 return CgiUnescapeBuf(static_cast<char*>(tmp), s);
41}
42
43//Quote:
44// Is like CGIEscape, also skips encoding of user-supplied 'safe' characters.

Callers 2

Y_UNIT_TESTFunction · 0.85
DoUnescapeFunction · 0.85

Calls 1

CgiUnescapeBufFunction · 0.85

Tested by

no test coverage detected