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

Method close

base/poco/Net/src/SocketImpl.cpp:232–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231
232void SocketImpl::close()
233{
234 if (_sockfd != POCO_INVALID_SOCKET)
235 {
236 poco_closesocket(_sockfd);
237 _sockfd = POCO_INVALID_SOCKET;
238 }
239}
240
241
242void SocketImpl::shutdownReceive()

Callers 9

~FilePartStoreMethod · 0.45
setInterfaceParamsFunction · 0.45
authenticateMethod · 0.45
proxyAuthenticateMethod · 0.45
createNonceMethod · 0.45
createSignatureMethod · 0.45
writeMultipartMethod · 0.45
createKeyMethod · 0.45
computeAcceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected