Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ ~IntrusivePtr
Method
~IntrusivePtr
include/tscore/IntrusivePtr.h:404–407 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
402
}
403
404
template <typename T> IntrusivePtr<T>::~IntrusivePtr()
405
{
406
this->unset();
407
}
408
409
template <typename T> IntrusivePtr<T>::IntrusivePtr(self_type const &that)
410
{
Callers
nothing calls this directly
Calls
1
unset
Method · 0.95
Tested by
no test coverage detected