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

Function FromUtf16

util/generic/string.h:570–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568 }
569
570 static TBasicString FromUtf16(const ::TWtringBuf& s) {
571 return TBasicString().AppendUtf16(s);
572 }
573
574 static TBasicString Uninitialized(size_t n) {
575 return TBasicString(TUninitialized(n));

Callers

nothing calls this directly

Calls 1

TBasicStringFunction · 0.70

Tested by

no test coverage detected