MCPcopy Create free account
hub / github.com/apache/thrift / access

Method access

lib/cpp/src/thrift/transport/TSSLSocket.h:100–100  ·  view source on GitHub ↗

* Set AccessManager. * * @param manager Instance of AccessManager */

Source from the content-addressed store, hash-verified

98 * @param manager Instance of AccessManager
99 */
100 virtual void access(std::shared_ptr<AccessManager> manager) { access_ = manager; }
101 /**
102 * Set eventSafe flag if libevent is used.
103 */

Callers 3

setupMethod · 0.45
__init__Method · 0.45
certfileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected