shithub: furgit

ref: 0b2dcaabe23d45f6feb2273031854b14b512e3ff
dir: /ref/store/files/transaction_abort.go/

View raw version
package files

// Abort abandons the queued updates.
func (tx *Transaction) Abort() error { return nil }