Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ hdr
Method
hdr
src/iocore/cache/P_CacheDoc.h:94–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
inline char *
95
Doc::hdr()
96
{
97
return reinterpret_cast<char *>(this) + sizeof(self_type);
98
}
99
100
inline char *
101
Doc::data()
Callers
10
calculate_checksum
Method · 0.95
data
Method · 0.95
get_header
Method · 0.45
load_http_info
Method · 0.45
openReadStartHead
Method · 0.45
update_header_info
Function · 0.45
unmarshal_helper
Function · 0.45
handleReadDone
Method · 0.45
scanObject
Method · 0.45
_resume_decode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected