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

Method Finish

library/cpp/http/io/stream.cpp:567–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565 }
566
567 inline void Finish() {
568 if (Finished_) {
569 return;
570 }
571
572 TFinish f;
573 Streams_.ForEach(f);
574 Slave_->Finish(); // see SEARCH-1030
575
576 Finished_ = true;
577 }
578
579 inline const THttpHeaders& SentHeaders() const noexcept {
580 return Headers_;

Callers 12

Y_UNIT_TESTFunction · 0.45
DoFinishMethod · 0.45
operator()Method · 0.45
WriteCachedImplMethod · 0.45
DoFinishMethod · 0.45
SendMinimalHttpRequestFunction · 0.45
ReplyMethod · 0.45
Y_UNIT_TESTFunction · 0.45
DoTestHttpOutputSizeFunction · 0.45
ProcessHeadersMethod · 0.45
ReleaseConnectionMethod · 0.45
SaveSnapshotToStreamMethod · 0.45

Calls 1

ForEachMethod · 0.45

Tested by

no test coverage detected