MCPcopy
hub / github.com/etcd-io/bbolt / Writable

Method Writable

bucket.go:67–69  ·  bucket.go::Bucket.Writable

Writable returns whether the bucket is writable.

()

Source from the content-addressed store, hash-verified

65
66// Writable returns whether the bucket is writable.
67func (b *Bucket) Writable() bool {
68 return b.tx.writable
69}
70
71// Cursor creates a cursor associated with the bucket.
72// The cursor is only valid as long as the transaction is open.

Callers 6

DeleteBucketMethod · 0.95
MoveBucketMethod · 0.95
PutMethod · 0.95
DeleteMethod · 0.95
SetSequenceMethod · 0.95
NextSequenceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected