shithub: furgit

ref: 060e5b7063ec282627dde96ac028f0d40cf05c60
dir: /ref/store/files/batch_queue.go/

View raw version
package files

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