shithub: furgit

ref: 1734207266752b9464f42c31f7728a7e3c692c50
dir: /refstore/files/batch.go/

View raw version
package files

import "codeberg.org/lindenii/furgit/refstore"

type Batch struct {
	store  *Store
	ops    []txOp
	closed bool
}

var _ refstore.Batch = (*Batch)(nil)