MCPcopy
hub / github.com/kopia/kopia / Store

Method Store

tests/robustness/persister.go:10–10  ·  view source on GitHub ↗
(ctx context.Context, key string, val []byte)

Source from the content-addressed store, hash-verified

8// a buffer of metadata, indexed by a string key.
9type Store interface {
10 Store(ctx context.Context, key string, val []byte) error
11 Load(ctx context.Context, key string) ([]byte, error)
12 Delete(ctx context.Context, key string) error
13}

Callers 15

StartSharedMethod · 0.65
FinishSharedMethod · 0.65
UploadStartedMethod · 0.65
FinishMethod · 0.65
SetCountersMethod · 0.65
getTotalContentCountMethod · 0.65
EnableMethod · 0.65
DisableMethod · 0.65
cleanupInternalMethod · 0.65
ResetMethod · 0.65

Implementers 2

KopiaPersisterLighttests/robustness/snapmeta/kopia_persis
Simpletests/robustness/snapmeta/simple.go

Calls

no outgoing calls