Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TBasicCowString
Function · 0.85
cow_string.h
File · 0.85
cow_string.cpp
File · 0.85
string.h
File · 0.85
string.cpp
File · 0.85
Calls
1
ResizeUninitialized
Function · 0.85
Tested by
no test coverage detected