Take ownership of the recorded hunks.
(self)
| 523 | |
| 524 | /// Take ownership of the recorded hunks. |
| 525 | pub fn take_actions(self) -> Vec<GraphOp<Option<Hash>>> { |
| 526 | self.actions |
| 527 | } |
| 528 | |
| 529 | /// Check if the contents buffer is empty. |
| 530 | pub fn is_empty_contents(&self) -> bool { |
no outgoing calls