Record that a directory was created.
(&mut self)
| 124 | |
| 125 | /// Record that a directory was created. |
| 126 | pub fn record_directory(&mut self) { |
| 127 | self.directories_created += 1; |
| 128 | } |
| 129 | |
| 130 | /// Convert to OutputOutcome for unified result type. |
| 131 | pub fn to_outcome(&self) -> OutputOutcome { |
no outgoing calls