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

Method Directory

Engine/source/EtCore/FileSystem/Entry.cpp:286–293  ·  view source on GitHub ↗

--------------------------------- Directory::Directory Directory constructor

Source from the content-addressed store, hash-verified

284// Directory constructor
285//
286Directory::Directory(std::string name, Directory* pParent, bool ensureExists)
287 :Entry(name, pParent)
288{
289 if (ensureExists)
290 {
291 Create();
292 }
293}
294
295//---------------------------------
296// Directory::~Directory

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected