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

Function EscapeC

util/string/escape.h:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20template <typename TChar>
21static inline TBasicString<TChar> EscapeC(const TChar* str, size_t len) {
22 TBasicString<TChar> s;
23 return EscapeC(str, len, s);
24}
25
26template <typename TChar>
27static inline TBasicString<TChar> EscapeC(const TBasicStringBuf<TChar>& str) {

Callers 9

Y_UNIT_TESTFunction · 0.70
ThrowParseErrorFunction · 0.70
GenOneFunction · 0.50
LoadInMatrixnetFormatFunction · 0.50
TDsvFormatOptionsMethod · 0.50
PlainJsonToOptionsMethod · 0.50
string.hFile · 0.50
MapKeyToStringMethod · 0.50
VerifyPathFunction · 0.50

Calls 3

lengthFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected