Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ secure
Method
secure
base/poco/Net/src/SocketImpl.cpp:493–496 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
491
492
493
bool SocketImpl::secure() const
494
{
495
return false;
496
}
497
498
499
bool SocketImpl::supportsExternalPolling() const
Callers
7
connect
Method · 0.45
socketSendBytesImpl
Method · 0.45
socketReceiveBytesImpl
Method · 0.45
makeSession
Method · 0.45
receiveHello
Method · 0.45
trySendExceptionWithoutConnectionBuffers
Method · 0.45
HTTPServerRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected