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

Method removeFiles

src/shared/directoryentry.cpp:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526void DirectoryEntry::removeFiles(const std::set<FileIndex>& indices)
527{
528 removeFilesFromList(indices);
529}
530
531FileEntryPtr DirectoryEntry::insert(std::wstring_view fileName, FilesOrigin& origin,
532 FILETIME fileTime, std::wstring_view archive,

Callers 1

removeOriginMultiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected