shithub: furgit

ref: 79c40dcb08f0d512bd6d75d5e2acd3ddceec4530
dir: /refstore/files/batch_queue.go/

View raw version
package files

func (batch *Batch) queue(op queuedUpdate) {
	batch.ops = append(batch.ops, op)
}