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