Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MessageSendedCompletely
Method · 0.80
MessageSendedCompletely
Method · 0.80
ProcessRecv
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected