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

Method SetSendComplete

library/cpp/neh/details.h:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 inline void SetSendComplete() noexcept {
77 SendComplete_ = true;
78 }
79
80 inline bool Canceled() const noexcept {
81 return Canceled_;

Callers 3

ProcessRecvMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected