ref: e7ce17381f525328073577d60583447fc9412c18 dir: /refstore/files/batch.go/
package files import "codeberg.org/lindenii/furgit/refstore" type Batch struct { store *Store ops []queuedUpdate } var _ refstore.Batch = (*Batch)(nil)