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

Method accept

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

Source from the content-addressed store, hash-verified

94}
95
96ptrdiff_t connection::accept() {
97 ERR_clear_error();
98 return SSL_accept(native(pimpl_));
99}
100
101ptrdiff_t connection::close() {
102 ERR_clear_error();

Callers 10

caf_mainFunction · 0.45
caf_mainFunction · 0.45
caf_mainFunction · 0.45
caf_mainFunction · 0.45
caf_mainFunction · 0.45
caf_mainFunction · 0.45
caf_mainFunction · 0.45
launch_prom_serverFunction · 0.45
try_acceptMethod · 0.45
try_acceptMethod · 0.45

Calls 1

nativeFunction · 0.70

Tested by

no test coverage detected