Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
ptrdiff_t connection::accept() {
97
ERR_clear_error();
98
return SSL_accept(native(pimpl_));
99
}
100
101
ptrdiff_t connection::close() {
102
ERR_clear_error();
Callers
10
caf_main
Function · 0.45
caf_main
Function · 0.45
caf_main
Function · 0.45
caf_main
Function · 0.45
caf_main
Function · 0.45
caf_main
Function · 0.45
caf_main
Function · 0.45
launch_prom_server
Function · 0.45
try_accept
Method · 0.45
try_accept
Method · 0.45
Calls
1
native
Function · 0.70
Tested by
no test coverage detected