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

Method ~Entry

Engine/source/EtCore/FileSystem/Entry.cpp:53–59  ·  view source on GitHub ↗

--------------------------------- Entry::d-tor Make sure to remove the entry from the parent during destruction

Source from the content-addressed store, hash-verified

51// Make sure to remove the entry from the parent during destruction
52//
53Entry::~Entry()
54{
55 if (m_Parent != nullptr)
56 {
57 m_Parent->RemoveChild(this);
58 }
59}
60
61//---------------------------------
62// Entry::GetPath

Callers

nothing calls this directly

Calls 1

RemoveChildMethod · 0.80

Tested by

no test coverage detected