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

Method Cancel

library/cpp/neh/netliba.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 void Cancel() noexcept override {
115 TSimpleHandle::Cancel();
116 R_->CancelRequest(Guid_);
117 }
118
119 inline const TString& Addr() const noexcept {
120 return Message().Addr;

Callers

nothing calls this directly

Calls 2

CancelFunction · 0.50
CancelRequestMethod · 0.45

Tested by

no test coverage detected