MCPcopy Create free account
hub / github.com/Illation/ETEngine / Close

Method Close

Engine/source/EtCore/FileSystem/Entry.cpp:217–223  ·  view source on GitHub ↗

--------------------------------- File::Close Close the file

Source from the content-addressed store, hash-verified

215// Close the file
216//
217void File::Close()
218{
219 if(FILE_BASE::Close( m_Handle ))
220 {
221 m_IsOpen = false;
222 }
223}
224
225//---------------------------------
226// File::GetSize

Callers 3

CleanupMethod · 0.45
FileSystemTest.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected