Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoNext
Method
DoNext
util/stream/zlib.cpp:175–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
174
private:
175
size_t DoNext(const void** ptr, size_t len) override {
176
void* buf = AdditionalData();
177
178
*ptr = buf;
179
return Stream_->Read(buf, Min(len, AdditionalDataLength()));
180
}
181
182
private:
183
IInputStream* Stream_;
Callers
nothing calls this directly
Calls
2
Min
Function · 0.50
Read
Method · 0.45
Tested by
no test coverage detected