CacheCheck reports the size of the CAM cache directory.
| 149 | |
| 150 | // CacheCheck reports the size of the CAM cache directory. |
| 151 | type CacheCheck struct { |
| 152 | Dir string |
| 153 | } |
| 154 | |
| 155 | func (c CacheCheck) Name() string { return "Cache Check" } |
| 156 | func (c CacheCheck) Run(_ context.Context, r Reporter) Result { |
nothing calls this directly
no outgoing calls
no test coverage detected