Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void NNeh::TServiceStat::OnSuccess() {
44
RequestsInProcess_.Dec();
45
AtomicSet(LastContinuousErrors_, 0);
46
}
47
48
void NNeh::TServiceStat::OnCancel() {
49
RequestsInProcess_.Dec();
Callers
1
Notify
Method · 0.45
Calls
2
AtomicSet
Function · 0.50
Dec
Method · 0.45
Tested by
no test coverage detected