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

Method Canceled

library/cpp/neh/https.cpp:1510–1515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1508 }
1509
1510 bool Canceled() const override {
1511 if (!IO_) {
1512 return false;
1513 }
1514 return !IsNotSocketClosedByOtherSide(IO_->Socket());
1515 }
1516
1517 void SendReply(TData& data) override {
1518 SendReply(data, TString(), HttpCodes::HTTP_OK);

Callers

nothing calls this directly

Calls 2

SocketMethod · 0.45

Tested by

no test coverage detected