go.etcd.io/bbolt.Tx.managed (field)
7 uses
go.etcd.io/bbolt (current package)
db.go#L691: t.managed = true
db.go#L695: t.managed = false
db.go#L722: t.managed = true
db.go#L726: t.managed = false
tx.go#L26: managed bool
tx.go#L142: _assert(!tx.managed, "managed tx commit not allowed")
tx.go#L253: _assert(!tx.managed, "managed tx rollback not allowed")
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)