MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / connect

Method connect

libcaf_net/caf/net/ssl/connection.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89// -- connecting and teardown --------------------------------------------------
90
91ptrdiff_t connection::connect() {
92 ERR_clear_error();
93 return SSL_connect(native(pimpl_));
94}
95
96ptrdiff_t connection::accept() {
97 ERR_clear_error();

Callers 3

framing.test.cppFile · 0.45
do_start_implFunction · 0.45
do_start_implFunction · 0.45

Calls 1

nativeFunction · 0.70

Tested by

no test coverage detected