Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WritePart
Function · 0.85
Flush
Function · 0.85
Finish
Function · 0.85
Calls
1
Write
Method · 0.45
Tested by
no test coverage detected