MCPcopy 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

PushMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected