MCPcopy Create free account
hub / github.com/acl-dev/acl / destroy

Method destroy

lib_acl_cpp/src/stream/mbedtls_io.cpp:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void mbedtls_io::destroy()
184{
185 if (--(*refers_) <= 0) {
186 delete this;
187 }
188}
189
190const char* mbedtls_io::ssl_strerror(int err)
191{

Callers 4

~streamMethod · 0.45
~aio_timer_delay_freeMethod · 0.45
timer_callbackMethod · 0.45
destroy_timerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected