Writable returns whether the bucket is writable.
()
| 65 | |
| 66 | // Writable returns whether the bucket is writable. |
| 67 | func (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. |
no outgoing calls
no test coverage detected