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

Method prefix_len

src/iocore/cache/P_CacheDoc.h:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74};
75
76inline uint32_t
77Doc::prefix_len() const
78{
79 return sizeof(self_type) + this->hlen;
80}
81
82inline uint32_t
83Doc::data_len() const

Callers 7

openReadFromWriterMethod · 0.45
openReadReadDoneMethod · 0.45
openReadMainMethod · 0.45
openReadStartEarliestMethod · 0.45
openReadStartHeadMethod · 0.45
handleReadDoneMethod · 0.45
test_Stripe.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected