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

Method clear

src/traffic_cache_tool/CacheTool.cc:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95#endif
96
97void
98Volume::clear()
99{
100 _size.assign(0);
101 _stripes.clear();
102}
103/* --------------------------------------------------------------------------------------- */
104/// Data parsed from the volume config file.
105struct VolumeConfig {

Callers 5

clearSpanMethod · 0.45
clearAllocationMethod · 0.45
loadSpanDirectMethod · 0.45
dumpSpansMethod · 0.45
clearPermanentlyMethod · 0.45

Calls 8

round_upFunction · 0.85
ErrataClass · 0.85
vol_init_dataMethod · 0.80
InitializeMetaMethod · 0.80
assignMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected