ref: 6e917f2b9b6b64721d046d66311aa64589e19d9f dir: /ref/store/files/batch_queue.go/
package files func (batch *Batch) queue(op queuedUpdate) { batch.ops = append(batch.ops, op) }