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

Method File

Engine/source/EtCore/FileSystem/Entry.cpp:114–117  ·  view source on GitHub ↗

--------------------------------- File::File File cosntructor, doesn't automatically open

Source from the content-addressed store, hash-verified

112// File cosntructor, doesn't automatically open
113//
114File::File(std::string name, Directory* pParent)
115 : Entry(name, pParent)
116 , m_IsOpen(false)
117{ }
118
119//---------------------------------
120// File::~File

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected