MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / addDirectoryToList

Method addDirectoryToList

src/shared/directoryentry.cpp:818–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818void DirectoryEntry::addDirectoryToList(DirectoryEntry* e, std::wstring nameLc)
819{
820 m_SubDirectories.insert(e);
821 m_SubDirectoriesLookup.emplace(std::move(nameLc), e);
822}
823
824void DirectoryEntry::removeDirectoryFromList(SubDirectories::iterator itor)
825{

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected