MCPcopy
hub / github.com/tuna/tunasync / Delete

Method Delete

manager/db.go:39–39  ·  view source on GitHub ↗
(bucket string, key string)

Source from the content-addressed store, hash-verified

37 GetAll(bucket string) (map[string][]byte, error)
38 Put(bucket string, key string, value []byte) error
39 Delete(bucket string, key string) error
40 Close() error
41}
42

Callers 10

PopMethod · 0.65
unsafeRemoveMethod · 0.65
TestCgroupFunction · 0.65
initCgroupFunction · 0.65
postExecMethod · 0.65
DeleteMethod · 0.65
DeleteWorkerMethod · 0.65
FlushDisabledJobsMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65

Implementers 4

badgerAdaptermanager/db_badger.go
leveldbAdaptermanager/db_leveldb.go
boltAdaptermanager/db_bolt.go
redisAdaptermanager/db_redis.go

Calls

no outgoing calls

Tested by 1

TestCgroupFunction · 0.52