Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Serialize
Method
Serialize
library/cpp/neh/tcp.cpp:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
inline void Serialize(TParts& parts) {
160
parts.Push(TStringBuf(Buf, Len));
161
parts.Push(TStringBuf(Data.data(), Data.size()));
162
}
163
164
inline size_t Length() const noexcept {
165
return Len + Data.size();
Callers
nothing calls this directly
Calls
3
Push
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected