()
| 7643 | } |
| 7644 | |
| 7645 | func (d *panicOnInTxDB) enablePanic() { d.active.Store(true) } |
| 7646 | |
| 7647 | func (d *panicOnInTxDB) InTx(f func(database.Store) error, opts *database.TxOptions) error { |
| 7648 | if d.active.Load() && !d.panicked.Load() { |
no test coverage detected