MCPcopy Index your code
hub / github.com/sourcegraph/checkup / Maintain

Method Maintain

interfaces.go:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30// needed or performing other required tasks.
31type Maintainer interface {
32 Maintain() error
33}
34
35// Notifier can notify ops or sysadmins of

Callers 1

CheckAndStoreMethod · 0.65

Implementers 5

fakecheckup_test.go
Storagestorage/sql/sql.go
Storagestorage/s3/s3.go
Storagestorage/github/github.go
Storagestorage/fs/fs.go

Calls

no outgoing calls

Tested by

no test coverage detected