shithub: furgit

ref: df1f2fb3daa1acd25c88510f259d5535fb482126
dir: /ref/store/files/transaction_abort.go/

View raw version
package files

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