Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
inline CacheHTTPInfo *
80
CacheHTTPInfoVector::get(int idx)
81
{
82
ink_assert(idx >= 0);
83
ink_assert(idx < xcount);
84
return &data[idx].alternate;
85
}
Callers
15
evacuateReadHead
Method · 0.45
SelectFromAlternates
Method · 0.45
calculate_quality_of_match
Method · 0.45
iobufferblock_memcpy
Function · 0.45
open_read
Method · 0.45
get_alternate_index
Function · 0.45
updateVector
Method · 0.45
openWriteCloseDataDone
Method · 0.45
openWriteWriteDone
Method · 0.45
openReadChooseWriter
Method · 0.45
openReadFromWriter
Method · 0.45
openReadFromWriterMain
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_RamCache
Function · 0.36
FakeVC
Method · 0.36
do_hotset
Method · 0.36
do_fd
Method · 0.36