Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ LoadArray
Method
LoadArray
util/ysaveload.h:131–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
static inline void LoadArray(IInputStream* in, T* t, size_t len) {
132
::LoadPodArray(in, t, len);
133
}
134
};
135
136
namespace NHasSaveLoad {
Callers
nothing calls this directly
Calls
1
LoadPodArray
Function · 0.85
Tested by
no test coverage detected