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

Function FromUtf16

library/cpp/containers/cow_string/cow_string.h:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 static TBasicCowString FromUtf16(const ::TWtringBuf& s) {
316 return TBasicCowString().AppendUtf16(s);
317 }
318
319 static TBasicCowString Uninitialized(size_t n) {
320 return TBasicCowString(TUninitialized(n));

Callers

nothing calls this directly

Calls 1

TBasicCowStringFunction · 0.85

Tested by

no test coverage detected