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

Method Store

interfaces.go:16–16  ·  view source on GitHub ↗
([]types.Result)

Source from the content-addressed store, hash-verified

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

Callers 3

CheckAndStoreMethod · 0.65
message.goFile · 0.65
root.goFile · 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