shithub: furgit

ref: 060e5b7063ec282627dde96ac028f0d40cf05c60
dir: /ref/store/files/batch_abort.go/

View raw version
package files

func (batch *Batch) Abort() error {
	return nil
}