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

Method MessageSendedCompletely

library/cpp/neh/http2.cpp:319–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 }
318
319 bool MessageSendedCompletely() const noexcept override {
320 if (TSimpleHandle::MessageSendedCompletely()) {
321 return true;
322 }
323
324 THttpRequestRef req(GetRequest());
325 if (!!req && req->RequestSendedCompletely()) {
326 const_cast<THandle*>(this)->SetSendComplete();
327 }
328
329 return TSimpleHandle::MessageSendedCompletely();
330 }
331
332 void Cancel() noexcept override {
333 if (TSimpleHandle::Canceled()) {

Callers

nothing calls this directly

Calls 2

SetSendCompleteMethod · 0.80

Tested by

no test coverage detected