Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ currentConnections
Method
currentConnections
src/Server/GRPCServer.cpp:2018–2021 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2016
}
2017
2018
size_t GRPCServer::currentConnections() const
2019
{
2020
return runner->getNumCurrentCalls();
2021
}
2022
2023
}
2024
#endif
Callers
7
main
Method · 0.45
main
Method · 0.45
updateServers
Method · 0.45
startServers
Method · 0.45
stopServers
Function · 0.45
waitServersToFinish
Function · 0.45
TEST_F
Function · 0.45
Calls
1
getNumCurrentCalls
Method · 0.80
Tested by
1
TEST_F
Function · 0.36