Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ EscapeC
Function
EscapeC
util/string/escape.cpp:411–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
}
410
411
TString EscapeC(const TString& str) {
412
return EscapeC(str.data(), str.size());
413
}
414
415
TUtf16String EscapeC(const TUtf16String& str) {
416
return EscapeC(str.data(), str.size());
Callers
2
EscapeC
Method · 0.70
escape.cpp
File · 0.70
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected