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

Function Uninitialized

util/generic/string.h:574–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572 }
573
574 static TBasicString Uninitialized(size_t n) {
575 return TBasicString(TUninitialized(n));
576 }
577
578private:
579 template <typename T>

Callers 7

TestConstructorsMethod · 0.70
TestCharRefMethod · 0.70
UTF8ToWideFunction · 0.50
WideToUTF8Function · 0.50
CopyToFunction · 0.50
Y_UNIT_TESTFunction · 0.50
ToSmthRetFunction · 0.50

Calls 2

TBasicStringFunction · 0.70
TUninitializedClass · 0.70

Tested by 2

TestConstructorsMethod · 0.56
TestCharRefMethod · 0.56