MCPcopy Create free account
hub / github.com/apache/brpc / mutable_ssl_options

Method mutable_ssl_options

src/brpc/channel.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70{}
71
72ChannelSSLOptions* ChannelOptions::mutable_ssl_options() {
73 if (!_ssl_options) {
74 _ssl_options.reset(new ChannelSSLOptions);
75 }
76 return _ssl_options.get();
77}
78
79static ChannelSignature ComputeChannelSignature(const ChannelOptions& opt) {
80 if (opt.auth == NULL &&

Callers 2

InitSingleMethod · 0.45
InitMethod · 0.45

Calls 2

resetMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected