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

Method SentSize

library/cpp/http/io/stream.cpp:962–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960}
961
962size_t THttpOutput::SentSize() const noexcept {
963 return Impl_->SentSize();
964}
965
966unsigned ParseHttpRetCode(const TStringBuf& ret) {
967 const TStringBuf code = StripString(StripString(ret.After(' ')).Before(' '));

Callers 1

ReplyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected