MCPcopy Create free account
hub / github.com/catboost/catboost / DoSkip

Method DoSkip

library/cpp/http/io/stream.cpp:403–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403size_t THttpInput::DoSkip(size_t len) {
404 return Impl_->Skip(len);
405}
406
407const THttpHeaders& THttpInput::Headers() const noexcept {
408 return Impl_->Headers();

Callers

nothing calls this directly

Calls 1

SkipMethod · 0.45

Tested by

no test coverage detected