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