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

Method GetMountedChild

Engine/source/EtCore/FileSystem/Entry.cpp:442–450  ·  view source on GitHub ↗

--------------------------------- Directory::GetMountedChild Returns nullptr, or the child Entry if it is found

Source from the content-addressed store, hash-verified

440// Returns nullptr, or the child Entry if it is found
441//
442Entry* Directory::GetMountedChild(std::string const& path) const
443{
444 std::string modPath = path;
445
446 FileUtil::RemoveExcessPathDelimiters(modPath);
447 FileUtil::RemoveRelativePath(modPath);
448
449 return GetMountedChildRecursive(modPath);
450}
451
452//---------------------------------
453// Directory::RecursiveMount

Callers 2

GetLoadDataMethod · 0.80
InitDbMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected