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