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

Method hdr

src/traffic_cache_tool/CacheDefs.cc:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160char *
161Doc::hdr()
162{
163 return reinterpret_cast<char *>(this) + sizeof(Doc);
164}
165
166char *
167Doc::data()

Callers 3

dataMethod · 0.95
dir_probeMethod · 0.45
ScanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected