shithub: furgit

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

View raw version
package files

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