Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Pop
Method · 0.65
unsafeRemove
Method · 0.65
TestCgroup
Function · 0.65
initCgroup
Function · 0.65
postExec
Method · 0.65
Delete
Method · 0.65
DeleteWorker
Method · 0.65
FlushDisabledJobs
Method · 0.65
Delete
Method · 0.65
Delete
Method · 0.65
Implementers
4
badgerAdapter
manager/db_badger.go
leveldbAdapter
manager/db_leveldb.go
boltAdapter
manager/db_bolt.go
redisAdapter
manager/db_redis.go
Calls
no outgoing calls
Tested by
1
TestCgroup
Function · 0.52