(ctx context.Context, arg SetTxParams)
| 348 | } |
| 349 | |
| 350 | func (q *Queries) SetTx(ctx context.Context, arg SetTxParams) error { |
| 351 | _, err := q.db.ExecContext(ctx, setTx, arg.CurrentTx, arg.ID) |
| 352 | return err |
| 353 | } |
nothing calls this directly
no test coverage detected