Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoRead
Method
DoRead
util/stream/buffered.cpp:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
TBufferedInput::~TBufferedInput() = default;
129
130
size_t TBufferedInput::DoRead(void* buf, size_t len) {
131
return Impl_->Read(buf, len);
132
}
133
134
size_t TBufferedInput::DoSkip(size_t len) {
135
return Impl_->Skip(len);
Callers
nothing calls this directly
Calls
1
Read
Method · 0.45
Tested by
no test coverage detected