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

Function native

libcaf_net/caf/net/ssl/context.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 12

context.cppFile · 0.70
~contextMethod · 0.70
make_ctxFunction · 0.70
verify_modeMethod · 0.70
new_connectionMethod · 0.70
add_verify_pathMethod · 0.70
load_verify_fileMethod · 0.70
use_certificate_fileMethod · 0.70
use_private_key_fileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected