Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FromUtf8
Function
FromUtf8
library/cpp/containers/cow_string/cow_string.h:311–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
static TBasicCowString FromUtf8(const ::TStringBuf& s) {
312
return TBasicCowString().AppendUtf8(s);
313
}
314
315
static TBasicCowString FromUtf16(const ::TWtringBuf& s) {
316
return TBasicCowString().AppendUtf16(s);
Callers
6
TestDecodingMethods
Method · 0.70
TestStringLiterals
Method · 0.70
TestDecodingMethods
Method · 0.70
TestDecodingMethodsMixedStr
Method · 0.70
TestStringLiterals
Method · 0.70
Convert
Method · 0.50
Calls
1
TBasicCowString
Function · 0.85
Tested by
5
TestDecodingMethods
Method · 0.56
TestStringLiterals
Method · 0.56
TestDecodingMethods
Method · 0.56
TestDecodingMethodsMixedStr
Method · 0.56
TestStringLiterals
Method · 0.56