Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FromUtf8
Function
FromUtf8
util/generic/string.h:566–568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
564
}
565
566
static TBasicString FromUtf8(const ::TStringBuf& s) {
567
return TBasicString().AppendUtf8(s);
568
}
569
570
static TBasicString FromUtf16(const ::TWtringBuf& s) {
571
return TBasicString().AppendUtf16(s);
Callers
5
TestDecodingMethods
Method · 0.70
TestStringLiterals
Method · 0.70
TestDecodingMethods
Method · 0.70
TestDecodingMethodsMixedStr
Method · 0.70
TestStringLiterals
Method · 0.70
Calls
1
TBasicString
Function · 0.70
Tested by
5
TestDecodingMethods
Method · 0.56
TestStringLiterals
Method · 0.56
TestDecodingMethods
Method · 0.56
TestDecodingMethodsMixedStr
Method · 0.56
TestStringLiterals
Method · 0.56