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

Method ~FilePackage

Engine/source/EtCore/FileSystem/Package/FilePackage.cpp:51–54  ·  view source on GitHub ↗

--------------------------------- FilePackage::~FilePackage Destructor closes the file and deletes the object

Source from the content-addressed store, hash-verified

49// Destructor closes the file and deletes the object
50//
51FilePackage::~FilePackage()
52{
53 SafeDelete(m_File);
54}
55
56
57// Utility

Callers

nothing calls this directly

Calls 1

SafeDeleteFunction · 0.85

Tested by

no test coverage detected