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

Method getBegin

include/tscore/Extendible.h:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 size_t initFields(uintptr_t start_ptr); ///< tell this extendible where it's memory offset start is.
224
225 uintptr_t
226 getBegin() const
227 {
228 return uintptr_t(this) + ext_loc;
229 }
230
231 template <typename T> friend T *create();
232 template <typename T> friend uintptr_t details::initRecurseSuper(T &, uintptr_t);

Callers 1

viewFormatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected