Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ count
Method
count
src/iocore/cache/P_CacheHttp.h:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
~CacheHTTPInfoVector();
50
51
int
52
count()
53
{
54
return xcount;
55
}
56
int insert(CacheHTTPInfo *info, int id = -1);
57
CacheHTTPInfo *get(int idx);
58
void detach(int idx, CacheHTTPInfo *r);
Callers
10
SelectFromAlternates
Method · 0.45
get_alternate_index
Function · 0.45
updateVector
Method · 0.45
openWriteStartDone
Method · 0.45
openReadChooseWriter
Method · 0.45
openReadStartEarliest
Method · 0.45
openReadStartHead
Method · 0.45
update_header_info
Function · 0.45
scanObject
Method · 0.45
scanOpenWrite
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected