Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoFinish
Method
DoFinish
library/cpp/neh/rpc.h:84–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void DoFinish() override {
85
if (Req_) {
86
Req_->SendReply(*this);
87
Req_ = nullptr;
88
}
89
}
90
91
private:
92
IRequest* Req_;
Callers
nothing calls this directly
Calls
1
SendReply
Method · 0.45
Tested by
no test coverage detected