Commit commits a transaction.
(ctx context.Context, tx Handle)
| 128 | InspectTx(ctx context.Context, tx Handle) (*TxInfo, error) |
| 129 | // Commit commits a transaction. |
| 130 | Commit(ctx context.Context, tx Handle) error |
| 131 | // Abort aborts a transaction. |
| 132 | Abort(ctx context.Context, tx Handle) error |
| 133 | // Load loads the volume root into dst |
no outgoing calls
no test coverage detected