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

Method ~context

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

Source from the content-addressed store, hash-verified

51}
52
53context::~context() {
54 SSL_CTX_free(native(pimpl_)); // Already checks for NULL.
55 delete data_;
56}
57
58// -- factories ----------------------------------------------------------------
59

Callers

nothing calls this directly

Calls 1

nativeFunction · 0.70

Tested by

no test coverage detected