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

Method Clear

library/cpp/netliba/v12/ib_memstream.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 void TIBMemStream::Clear() {
118 Blocks.resize(0);
119 CurBlock = 0;
120 CurBlockOffset = 0;
121 }
122}

Callers 2

ForgetHeadUdpPacketsMethod · 0.45
ClearPacketsQueueMethod · 0.45

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected