Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
235
std::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
append
Method · 0.45
toString
Method · 0.45
address
Method · 0.45
Tested by
no test coverage detected