Operations return the ordered operations
()
| 398 | |
| 399 | // Operations return the ordered operations |
| 400 | func (e *Entity) Operations() []Operation { |
| 401 | return append(e.ops, e.staging...) |
| 402 | } |
| 403 | |
| 404 | // FirstOp lookup for the very first operation of the Entity |
| 405 | func (e *Entity) FirstOp() Operation { |