Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ reset
Method
reset
include/tscore/IntrusivePtr.h:538–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
537
template <typename T>
538
void
539
IntrusivePtr<T>::reset(T *obj)
540
{
541
if (obj != m_obj) {
542
this->unset();
543
this->set(obj);
544
}
545
}
546
547
template <typename T>
548
T *
Callers
4
IntrusivePtr.h
File · 0.45
commit
Method · 0.45
_finishCommit
Method · 0.45
execute
Method · 0.45
Calls
2
unset
Method · 0.95
set
Method · 0.95
Tested by
no test coverage detected