MCPcopy 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

~TNehRequesterMethod · 0.45
SyncStopForkMethod · 0.45

Calls 4

StopFunction · 0.85
SyncStopMethod · 0.45
ClearMethod · 0.45
DestroyMethod · 0.45

Tested by

no test coverage detected