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

Method Skip

library/cpp/http/io/stream.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 inline size_t Skip(size_t len) {
168 return Perform(len, [this](size_t toSkip) { return Input_->Skip(toSkip); });
169 }
170
171 inline const TString& FirstLine() const noexcept {
172 return FirstLine_;

Callers 14

DecompressMethod · 0.45
ParseHttpVersionMethod · 0.45
DoSkipMethod · 0.45
ReadCombedFunction · 0.45
HttpCodeStrFunction · 0.45
UrlUnescapeFunction · 0.45
GetHostAndPortImplFunction · 0.45
SkipPaddingFunction · 0.45
ParseOptArgMethod · 0.45
ServiceMethod · 0.45
SplitUserInfoFunction · 0.45
TParsedLocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected