Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
type
Storage
interface
{
15
Type() string
16
Store([]types.Result) error
17
}
18
19
// StorageReader can read results from the Storage.
Callers
3
CheckAndStore
Method · 0.65
message.go
File · 0.65
root.go
File · 0.65
Implementers
5
fake
checkup_test.go
Storage
storage/sql/sql.go
Storage
storage/s3/s3.go
Storage
storage/github/github.go
Storage
storage/fs/fs.go
Calls
no outgoing calls
Tested by
no test coverage detected