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

Method WaitUntilWritten

library/cpp/neh/https.cpp:955–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953
954 public:
955 void WaitUntilWritten() {
956 if (Connection_) {
957 Connection_->WaitUntilWritten();
958 }
959 }
960
961 int PollReadT(const TDuration& timeout) {
962 if (!Connection_) {

Callers

nothing calls this directly

Calls 1

WaitUntilWrittenMethod · 0.45

Tested by

no test coverage detected