MCPcopy 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
399size_t THttpInput::DoRead(void* buf, size_t len) {
400 return Impl_->Read(buf, len);
401}
402
403size_t THttpInput::DoSkip(size_t len) {
404 return Impl_->Skip(len);

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected