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

Method vol_init_data

src/traffic_cache_tool/CacheDefs.cc:376–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376void
377StripeSM::vol_init_data()
378{
379 // iteratively calculate start + buckets
380 this->vol_init_data_internal();
381 this->vol_init_data_internal();
382 this->vol_init_data_internal();
383}
384
385void
386StripeSM::updateLiveData([[maybe_unused]] enum Copy c)

Callers 3

updateHeaderFooterMethod · 0.95
loadSpanDirectMethod · 0.80
clearMethod · 0.80

Calls 1

Tested by

no test coverage detected