Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
403
size_t THttpInput::DoSkip(size_t len) {
404
return Impl_->Skip(len);
405
}
406
407
const THttpHeaders& THttpInput::Headers() const noexcept {
408
return Impl_->Headers();
Callers
nothing calls this directly
Calls
1
Skip
Method · 0.45
Tested by
no test coverage detected