| 1114 | |
| 1115 | using namespace ct; |
| 1116 | void |
| 1117 | List_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 | |
| 1127 | void |
| 1128 | Cmd_Allocate_Empty_Spans() |
no test coverage detected