Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SyncStopFork
Method
SyncStopFork
library/cpp/neh/rpc.cpp:118–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
inline void SyncStopFork() {
119
Stop();
120
if (LF_) {
121
LF_->SyncStop();
122
}
123
RQ_->Clear();
124
LF_.Destroy();
125
}
126
127
void OnRequest(IRequestRef req) override {
128
if (C_) {
Callers
2
~TNehRequester
Method · 0.45
SyncStopFork
Method · 0.45
Calls
4
Stop
Function · 0.85
SyncStop
Method · 0.45
Clear
Method · 0.45
Destroy
Method · 0.45
Tested by
no test coverage detected