Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoRead
Method
DoRead
library/cpp/http/io/stream.cpp:399–401 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
397
}
398
399
size_t THttpInput::DoRead(void* buf, size_t len) {
400
return Impl_->Read(buf, len);
401
}
402
403
size_t THttpInput::DoSkip(size_t len) {
404
return Impl_->Skip(len);
Callers
nothing calls this directly
Calls
1
Read
Method · 0.45
Tested by
no test coverage detected