ref: 79c40dcb08f0d512bd6d75d5e2acd3ddceec4530 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)