Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getDescription
Method
getDescription
src/Client/ConnectionPool.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
std::string ConnectionPool::getDescription() const
55
{
56
return host +
":"
+ toString(port);
57
}
58
59
60
ConnectionPoolPtr ConnectionPoolFactory::get(
Callers
9
get
Method · 0.45
dumpAddressesUnlocked
Method · 0.45
getReadyFileDescriptor
Method · 0.45
run
Method · 0.45
dumpAddresses
Method · 0.45
resumePacketReceiver
Method · 0.45
getReadyFileDescriptor
Method · 0.45
receiveAndProcessPacket
Method · 0.45
fetch
Method · 0.45
Calls
1
toString
Function · 0.50
Tested by
no test coverage detected