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

Method get

src/iocore/cache/P_CacheHttp.h:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77};
78
79inline CacheHTTPInfo *
80CacheHTTPInfoVector::get(int idx)
81{
82 ink_assert(idx >= 0);
83 ink_assert(idx < xcount);
84 return &data[idx].alternate;
85}

Callers 15

evacuateReadHeadMethod · 0.45
SelectFromAlternatesMethod · 0.45
iobufferblock_memcpyFunction · 0.45
open_readMethod · 0.45
get_alternate_indexFunction · 0.45
updateVectorMethod · 0.45
openWriteWriteDoneMethod · 0.45
openReadChooseWriterMethod · 0.45
openReadFromWriterMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_RamCacheFunction · 0.36
FakeVCMethod · 0.36
do_hotsetMethod · 0.36
do_fdMethod · 0.36