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

Method Writable

tx.go:86–88  ·  view source on GitHub ↗

Writable returns whether the transaction can perform write operations.

()

Source from the content-addressed store, hash-verified

84
85// Writable returns whether the transaction can perform write operations.
86func (tx *Tx) Writable() bool {
87 return tx.writable
88}
89
90// Cursor creates a cursor associated with the root bucket.
91// All items in the cursor will return a nil value because all root bucket keys point to buckets.

Callers 2

TestDB_BeginRWFunction · 0.45
DeleteMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestDB_BeginRWFunction · 0.36