Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ ~ssl_client_options
Method
~ssl_client_options
cpp/src/ssl_options.cpp:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
ssl_client_options::~ssl_client_options() {
118
if (impl_) impl_->decref();
119
}
120
121
ssl_client_options::ssl_client_options() : impl_(0) {}
122
Callers
nothing calls this directly
Calls
1
decref
Method · 0.45
Tested by
no test coverage detected