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

Method OnCancel

library/cpp/neh/stat.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void NNeh::TServiceStat::OnCancel() {
49 RequestsInProcess_.Dec();
50}
51
52void NNeh::TServiceStat::OnFail() {
53 RequestsInProcess_.Dec();

Callers 1

CancelMethod · 0.45

Calls 1

DecMethod · 0.45

Tested by

no test coverage detected