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

Struct kvDBAdapter

manager/db.go:110–112  ·  view source on GitHub ↗

use the underlying kv database to store data

Source from the content-addressed store, hash-verified

108
109// use the underlying kv database to store data
110type kvDBAdapter struct {
111 db kvAdapter
112}
113
114func (b *kvDBAdapter) Init() error {
115 err := b.db.InitBucket(_workerBucketKey)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected