Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IncreaseConnections
Method
IncreaseConnections
library/cpp/http/server/http.cpp:474–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
472
}
473
474
inline void IncreaseConnections() noexcept {
475
AtomicIncrement(ConnectionCount);
476
}
477
478
inline i64 GetClientCount() const {
479
return AtomicGet(ConnectionCount);
Callers
1
TClientConnection
Method · 0.80
Calls
1
AtomicIncrement
Function · 0.50
Tested by
no test coverage detected