aboutsummaryrefslogtreecommitdiff
path: root/refstore/files/batch_queue.go
blob: 5937c6fbb5a673f9d23646b0ffb9395820a6f0a6 (about) (plain) (blame)
1
2
3
4
5
package files

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