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