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

Function make_ptr

include/tscore/Ptr.h:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195template <typename T>
196Ptr<T>
197make_ptr(T *p)
198{
199 return Ptr<T>(p);
200}
201
202////////////////////////////////////////////////////////////////////////
203//

Callers 10

test_RamCacheFunction · 0.85
initMethod · 0.85
initMethod · 0.85
recv_dnsMethod · 0.85
recvfrom_reMethod · 0.85
setMethod · 0.85
getMethod · 0.85
make_alias_mapFunction · 0.85
init_fieldsMethod · 0.85
test_Ptr.ccFile · 0.85

Calls

no outgoing calls

Tested by 1

test_RamCacheFunction · 0.68