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

Function CGIUnescape

library/cpp/string_utils/quote/quote.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215char* CGIUnescape(char* to, const char* from) {
216 return Unescape(to, FixZero(from), TCStringEndIterator(), TFromHexZeroTerm());
217}
218
219char* CGIUnescape(char* to, const char* from, size_t len) {
220 return Unescape(to, from, from + len, TFromHexLenLimited(from + len));

Callers 3

Y_UNIT_TESTFunction · 0.85
CgiUnescapeBufFunction · 0.85
CGIUnescapeRetFunction · 0.85

Calls 10

FixZeroFunction · 0.85
TCStringEndIteratorClass · 0.85
TFromHexZeroTermClass · 0.85
TFromHexLenLimitedClass · 0.85
CGIUnescapeRetFunction · 0.85
UnescapeFunction · 0.70
emptyMethod · 0.45
beginMethod · 0.45
sizeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected