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

Method OnBegin

library/cpp/neh/stat.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void NNeh::TServiceStat::OnBegin() {
40 RequestsInProcess_.Inc();
41}
42
43void NNeh::TServiceStat::OnSuccess() {
44 RequestsInProcess_.Dec();

Callers 1

TStatCollectorMethod · 0.80

Calls 1

IncMethod · 0.45

Tested by

no test coverage detected