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

Function GetHttpOutputConnectionCount

library/cpp/neh/http2.cpp:2042–2044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2040 }
2041
2042 TAtomicBase GetHttpOutputConnectionCount() {
2043 return HttpOutConnCounter()->Val();
2044 }
2045
2046 std::pair<size_t, size_t> GetHttpOutputConnectionLimits() {
2047 return HttpConnManager()->GetLimits();

Callers

nothing calls this directly

Calls 2

HttpOutConnCounterFunction · 0.85
ValMethod · 0.45

Tested by

no test coverage detected