Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FillInputBuffer
Method
FillInputBuffer
util/stream/zlib.cpp:149–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
148
private:
149
inline bool FillInputBuffer() {
150
return Next(&Z()->next_in, &Z()->avail_in);
151
}
152
153
void SetDict() {
154
if (inflateSetDictionary(Z(), (const Bytef*)Dict.data(), Dict.size()) != Z_OK) {
Callers
nothing calls this directly
Calls
1
Next
Function · 0.70
Tested by
no test coverage detected