MCPcopy 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

SelectFromAlternatesMethod · 0.45
get_alternate_indexFunction · 0.45
updateVectorMethod · 0.45
openWriteStartDoneMethod · 0.45
openReadChooseWriterMethod · 0.45
openReadStartEarliestMethod · 0.45
openReadStartHeadMethod · 0.45
update_header_infoFunction · 0.45
scanObjectMethod · 0.45
scanOpenWriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected