MCPcopy Create free account
hub / github.com/catboost/catboost / Clear

Method Clear

library/cpp/neh/tcp2.cpp:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 void Clear() {
159 Loader_ = &TTcp2Message::LoadBaseHeader;
160 RequireBytesForComplete_ = sizeof(TBaseHeader);
161 Header_.Clear();
162 Content_.clear();
163 }
164
165 TBuffer& Header() noexcept {
166 return Header_;

Callers 6

FlushOutputBuffersMethod · 0.45
OnSendMethod · 0.45
OnReadSomeMethod · 0.45
OnReceiveMessageMethod · 0.45
FlushOutputBuffersMethod · 0.45
OnSendMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected