MCPcopy 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

19namespace {
20
21auto native(connection::impl* ptr) {
22 return reinterpret_cast<SSL*>(ptr);
23}
24
25} // namespace
26

Callers 11

connection.cppFile · 0.70
~connectionMethod · 0.70
last_errorMethod · 0.70
sni_hostnameMethod · 0.70
connectMethod · 0.70
acceptMethod · 0.70
closeMethod · 0.70
readMethod · 0.70
writeMethod · 0.70
bufferedMethod · 0.70
fdMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected