Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ StreamSocket
Method
StreamSocket
base/poco/Net/src/StreamSocket.cpp:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
StreamSocket::StreamSocket(): Socket(new StreamSocketImpl)
32
{
33
}
34
35
36
StreamSocket::StreamSocket(const SocketAddress& address): Socket(new StreamSocketImpl(address.family()))
Callers
nothing calls this directly
Calls
2
connect
Function · 0.85
family
Method · 0.45
Tested by
no test coverage detected