MCPcopy 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
54std::string ConnectionPool::getDescription() const
55{
56 return host + ":" + toString(port);
57}
58
59
60ConnectionPoolPtr ConnectionPoolFactory::get(

Callers 9

getMethod · 0.45
dumpAddressesUnlockedMethod · 0.45
runMethod · 0.45
dumpAddressesMethod · 0.45
resumePacketReceiverMethod · 0.45
fetchMethod · 0.45

Calls 1

toStringFunction · 0.50

Tested by

no test coverage detected