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

Method OnCreateConn

library/cpp/neh/http2.cpp:1937–1939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1935
1936 protected:
1937 void OnCreateConn() noexcept {
1938 HttpInConnCounter()->Inc();
1939 }
1940
1941 void OnDestroyConn() noexcept {
1942 HttpInConnCounter()->Dec();

Callers 1

TConnMethod · 0.80

Calls 2

HttpInConnCounterFunction · 0.85
IncMethod · 0.45

Tested by

no test coverage detected