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

Method x2c

library/cpp/string_utils/quote/quote.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 inline char x2c(const char*& x) {
55 if (x + 2 > End)
56 return '%';
57 return TFromHexZeroTerm::x2c(x);
58 }
59
60 private:
61 const char* End;

Callers

nothing calls this directly

Calls 1

x2cFunction · 0.85

Tested by

no test coverage detected