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

Method begin

src/traffic_cache_tool/CacheTool.cc:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 using const_iterator = std::vector<Data>::const_iterator;
131
132 iterator
133 begin()
134 {
135 return _volumes.begin();
136 }
137 iterator
138 end()
139 {

Callers 14

RecNameToYamlMethod · 0.45
create_runrootMethod · 0.45
UrlLruMethod · 0.45
resizeMethod · 0.45
dumpMethod · 0.45
add_statMethod · 0.45
_resetMethod · 0.45
my_exitFunction · 0.45
clearSpanMethod · 0.45
allocateForMethod · 0.45
allocStripeMethod · 0.45
isEmptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected