MCPcopy
hub / github.com/sourcegraph/checkup / Storage

Interface Storage

interfaces.go:14–17  ·  view source on GitHub ↗

Storage can store results.

Source from the content-addressed store, hash-verified

12
13// Storage can store results.
14type Storage interface {
15 Type() string
16 Store([]types.Result) error
17}
18
19// StorageReader can read results from the Storage.
20type StorageReader interface {

Callers 51

CheckAndStoreMethod · 0.65
message.goFile · 0.65
root.goFile · 0.65
GetIndexMethod · 0.95
FetchMethod · 0.95
StoreMethod · 0.95
MaintainMethod · 0.95
initializeMethod · 0.95
TestSQLFunction · 0.95
TestSQLFunction · 0.95
TestSQLFunction · 0.95
TestSQLFunction · 0.95

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