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