ref: af08c84539f9353718604988ba27ae3c466860fc dir: /refstore/files/batch_queue.go/
package files func (batch *Batch) queue(op txOp) { if batch.closed { return } batch.ops = append(batch.ops, op) }