Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actor-framework/actor-framework
/ native
Function
native
libcaf_net/caf/net/ssl/connection.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
namespace {
20
21
auto native(connection::impl* ptr) {
22
return reinterpret_cast<SSL*>(ptr);
23
}
24
25
} // namespace
26
Callers
11
connection.cpp
File · 0.70
~connection
Method · 0.70
last_error
Method · 0.70
sni_hostname
Method · 0.70
connect
Method · 0.70
accept
Method · 0.70
close
Method · 0.70
read
Method · 0.70
write
Method · 0.70
buffered
Method · 0.70
fd
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected