Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ LoadSizeAndResize
Function
LoadSizeAndResize
util/ysaveload.h:299–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
298
template <class C>
299
static inline void LoadSizeAndResize(IInputStream* rh, C& c) {
300
c.resize(LoadSize(rh));
301
}
302
303
template <class TStorage>
304
static inline char* AllocateFromPool(TStorage& pool, size_t len) {
Callers
2
Load
Method · 0.85
Load
Method · 0.85
Calls
2
LoadSize
Function · 0.85
resize
Method · 0.45
Tested by
no test coverage detected