MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~Directory

Method ~Directory

Engine/source/EtCore/FileSystem/Entry.cpp:300–306  ·  view source on GitHub ↗

--------------------------------- Directory::~Directory Directory destructor, unmounts if its mounted

Source from the content-addressed store, hash-verified

298// Directory destructor, unmounts if its mounted
299//
300Directory::~Directory()
301{
302 if (m_IsMounted)
303 {
304 Unmount();
305 }
306}
307
308//---------------------------------
309// Directory::RemoveChild

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected