MCPcopy Create free account
hub / github.com/apache/trafficserver / get

Method get

include/tscore/Ptr.h:158–162  ·  view source on GitHub ↗

Return the raw pointer.

Source from the content-addressed store, hash-verified

156
157 // Return the raw pointer.
158 T *
159 get() const
160 {
161 return m_ptr;
162 }
163
164 // Return the raw pointer as a RefCount object. Typically
165 // this is for keeping a collection of ogenous objects.

Callers 15

Lock.hFile · 0.45
Mutex_unlockFunction · 0.45
releaseFunction · 0.45
WeakMutexTryLockClass · 0.45
~WeakMutexTryLockFunction · 0.45
acquireFunction · 0.45
get_mutexFunction · 0.45
getMutexMethod · 0.45
first_write_blockMethod · 0.45
operator()Method · 0.45
headMethod · 0.45
IOBuffer.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected