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

Method mutable_ssl_options

src/brpc/server.cpp:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164ServerSSLOptions* ServerOptions::mutable_ssl_options() {
165 if (!_ssl_options) {
166 _ssl_options.reset(new ServerSSLOptions);
167 }
168 return _ssl_options.get();
169}
170
171Server::MethodProperty::OpaqueParams::OpaqueParams()
172 : is_tabbed(false)

Callers 9

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45
CheckCertFunction · 0.45
TEST_FFunction · 0.45
StartInternalMethod · 0.45
authenticateAllMethod · 0.45

Calls 2

resetMethod · 0.45
getMethod · 0.45

Tested by 4

SetUpMethod · 0.36
TEST_FFunction · 0.36
CheckCertFunction · 0.36
TEST_FFunction · 0.36