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

Method OnSuccess

library/cpp/neh/stat.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void NNeh::TServiceStat::OnSuccess() {
44 RequestsInProcess_.Dec();
45 AtomicSet(LastContinuousErrors_, 0);
46}
47
48void NNeh::TServiceStat::OnCancel() {
49 RequestsInProcess_.Dec();

Callers 1

NotifyMethod · 0.45

Calls 2

AtomicSetFunction · 0.50
DecMethod · 0.45

Tested by

no test coverage detected