Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
void mbedtls_io::destroy()
184
{
185
if (--(*refers_) <= 0) {
186
delete this;
187
}
188
}
189
190
const char* mbedtls_io::ssl_strerror(int err)
191
{
Callers
4
~stream
Method · 0.45
~aio_timer_delay_free
Method · 0.45
timer_callback
Method · 0.45
destroy_timer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected