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

Function UnescapeC

util/string/escape.h:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36template <typename TChar>
37static inline TBasicString<TChar> UnescapeC(const TChar* str, size_t len) {
38 TBasicString<TChar> s;
39 return UnescapeCImpl(str, len, s);
40}
41
42template <typename TChar>
43static inline TBasicString<TChar> EscapeC(TChar ch) {

Callers 5

Y_UNIT_TESTFunction · 0.70
GenerateEnumFunction · 0.50
ReadQuotedStringMethod · 0.50
Y_UNIT_TESTFunction · 0.50
UnescapeJsonUnicodeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected