Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ useSession
Method
useSession
base/poco/NetSSL_OpenSSL/src/SecureSocketImpl.cpp:687–691 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
685
686
687
void SecureSocketImpl::useSession(Session::Ptr pSession)
688
{
689
ScopedLock lock(*_mutex);
690
_pSession = pSession;
691
}
692
693
694
bool SecureSocketImpl::sessionWasReused()
Callers
1
connect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected