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

Function ReserveAndResize

util/generic/string.h:810–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808 }
809
810 inline void ReserveAndResize(size_t len) {
811 ::ResizeUninitialized(MutRef(), len);
812 }
813
814 TBasicString& AppendNoAlias(const TCharType* pc, size_t len) Y_LIFETIME_BOUND {
815 if (len) {

Callers 5

TBasicCowStringFunction · 0.85
cow_string.hFile · 0.85
cow_string.cppFile · 0.85
string.hFile · 0.85
string.cppFile · 0.85

Calls 1

ResizeUninitializedFunction · 0.85

Tested by

no test coverage detected