MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / AdfMount

Method AdfMount

lib/vfs/amigaffs.cc:335–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

adfEnvInitDefaultFunction · 0.85

Tested by

no test coverage detected