| 152 | } |
| 153 | |
| 154 | void Filesystem::discardChanges() |
| 155 | { |
| 156 | _sectors->discardChanges(); |
| 157 | } |
| 158 | |
| 159 | Filesystem::Filesystem(const std::shared_ptr<const DiskLayout>& diskLayout, |
| 160 | std::shared_ptr<SectorInterface> sectors): |
no outgoing calls
no test coverage detected