MCPcopy 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
31StreamSocket::StreamSocket(): Socket(new StreamSocketImpl)
32{
33}
34
35
36StreamSocket::StreamSocket(const SocketAddress& address): Socket(new StreamSocketImpl(address.family()))

Callers

nothing calls this directly

Calls 2

connectFunction · 0.85
familyMethod · 0.45

Tested by

no test coverage detected