ref: 1556cfb51d980ae8c5bf664ad69f3abd46f02386 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)