MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / threadName

Method threadName

base/poco/Net/src/TCPServer.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233
234
235std::string TCPServer::threadName(const ServerSocket& socket)
236{
237 std::string name("TCPServer: ");
238 name.append(socket.address().toString());
239 return name;
240
241}
242
243
244} } // namespace Poco::Net

Callers

nothing calls this directly

Calls 3

appendMethod · 0.45
toStringMethod · 0.45
addressMethod · 0.45

Tested by

no test coverage detected