Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
inline uint32_t
77
Doc::prefix_len() const
78
{
79
return sizeof(self_type) + this->hlen;
80
}
81
82
inline uint32_t
83
Doc::data_len() const
Callers
7
openReadFromWriter
Method · 0.45
openReadReadDone
Method · 0.45
openReadMain
Method · 0.45
openReadStartEarliest
Method · 0.45
openReadStartHead
Method · 0.45
handleReadDone
Method · 0.45
test_Stripe.cc
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected