Append an operation into the staging area, to be committed later
(op OpT)
| 15 | |
| 16 | // Append an operation into the staging area, to be committed later |
| 17 | Append(op OpT) |
| 18 | |
| 19 | // Operations returns the ordered operations |
| 20 | Operations() []OpT |
no outgoing calls