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

Function List_Stripes

src/traffic_cache_tool/CacheTool.cc:1116–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114
1115using namespace ct;
1116void
1117List_Stripes(Cache::SpanDumpDepth depth)
1118{
1119 Cache cache;
1120
1121 if ((err = cache.loadSpan(SpanFile))) {
1122 cache.dumpSpans(depth);
1123 cache.dumpVolumes();
1124 }
1125}
1126
1127void
1128Cmd_Allocate_Empty_Spans()

Callers 1

mainFunction · 0.85

Calls 3

loadSpanMethod · 0.80
dumpSpansMethod · 0.80
dumpVolumesMethod · 0.80

Tested by

no test coverage detected