MCPcopy 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
94inline char *
95Doc::hdr()
96{
97 return reinterpret_cast<char *>(this) + sizeof(self_type);
98}
99
100inline char *
101Doc::data()

Callers 10

calculate_checksumMethod · 0.95
dataMethod · 0.95
get_headerMethod · 0.45
load_http_infoMethod · 0.45
openReadStartHeadMethod · 0.45
update_header_infoFunction · 0.45
unmarshal_helperFunction · 0.45
handleReadDoneMethod · 0.45
scanObjectMethod · 0.45
_resume_decodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected