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

Method ~File

Engine/source/EtCore/FileSystem/Entry.cpp:124–130  ·  view source on GitHub ↗

--------------------------------- File::~File File destructor closes the file

Source from the content-addressed store, hash-verified

122// File destructor closes the file
123//
124File::~File()
125{
126 if (m_IsOpen)
127 {
128 Close();
129 }
130}
131
132//---------------------------------
133// File::Open

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected