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

Method FlushImpl

library/cpp/streams/lzma/lzma.cpp:180–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 inline bool FlushImpl() {
181 if (Out_.Avail()) {
182 TransferData(&Out_, Slave_);
183 Out_.Reset(nullptr, 0);
184
185 return true;
186 }
187
188 return false;
189 }
190
191 inline void SwitchTo() {
192 do {

Callers

nothing calls this directly

Calls 3

TransferDataFunction · 0.85
AvailMethod · 0.45
ResetMethod · 0.45

Tested by

no test coverage detected