| 333 | public: |
| 334 | friend AmigaFfsFilesystem; |
| 335 | AdfMount(AmigaFfsFilesystem* self): self(self) |
| 336 | { |
| 337 | currentAmigaFfs = self; |
| 338 | self->_ffs = nullptr; |
| 339 | |
| 340 | adfEnvInitDefault(); |
| 341 | } |
| 342 | |
| 343 | ~AdfMount() |
| 344 | { |
nothing calls this directly
no test coverage detected