Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DecreaseConnections
Method
DecreaseConnections
library/cpp/http/server/http.cpp:470–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
}
469
470
inline void DecreaseConnections() noexcept {
471
AtomicDecrement(ConnectionCount);
472
}
473
474
inline void IncreaseConnections() noexcept {
475
AtomicIncrement(ConnectionCount);
Callers
2
~TClientConnection
Method · 0.80
ScheduleDelete
Method · 0.80
Calls
1
AtomicDecrement
Function · 0.50
Tested by
no test coverage detected