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

Function FlushBuffer

util/stream/zlib.cpp:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 }
284
285 inline void FlushBuffer() {
286 Stream_->Write(TmpBuf(), TmpBufLen() - Z()->avail_out);
287 Z()->next_out = TmpBuf();
288 Z()->avail_out = TmpBufLen();
289 }
290
291 inline void Finish() {
292 int ret = deflate(Z(), Z_FINISH);

Callers 3

WritePartFunction · 0.85
FlushFunction · 0.85
FinishFunction · 0.85

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected