Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ HttpOutConnCounter
Function
HttpOutConnCounter
library/cpp/neh/http2.cpp:1095–1097 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1093
}
1094
1095
TAtomicCounter* HttpOutConnCounter() {
1096
return &HttpConnManager()->TotalConn;
1097
}
1098
1099
THttpConnRef THttpConn::Create(TIOService& srv) {
1100
if (HttpConnManager()->IsShutdown()) {
Callers
3
~THttpConn
Method · 0.85
THttpConn
Method · 0.85
GetHttpOutputConnectionCount
Function · 0.85
Calls
1
HttpConnManager
Function · 0.85
Tested by
no test coverage detected