Operations returns the ordered operations
()
| 18 | |
| 19 | // Operations returns the ordered operations |
| 20 | Operations() []OpT |
| 21 | |
| 22 | // NeedCommit indicates that the in-memory state changed and need to be committed in the repository |
| 23 | NeedCommit() bool |
no outgoing calls