MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / LeakyDataStore

Struct LeakyDataStore

base/leaky_datastore.go:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type LeakyDataStore struct {
22 dataStore DataStore
23 incrCount uint16
24 bucket Bucket
25 config *LeakyBucketConfig
26}
27
28var (
29 _ DataStore = &LeakyDataStore{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected