MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / CacheCheck

Struct CacheCheck

internal/doctor/checks.go:151–153  ·  view source on GitHub ↗

CacheCheck reports the size of the CAM cache directory.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected