Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ removeFile
Method
removeFile
src/shared/directoryentry.cpp:429–432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
427
}
428
429
void DirectoryEntry::removeFile(FileIndex index)
430
{
431
removeFileFromList(index);
432
}
433
434
bool DirectoryEntry::removeFile(const std::wstring& filePath, int* origin)
435
{
Callers
2
remove
Method · 0.45
removeDirRecursive
Method · 0.45
Calls
1
remove
Method · 0.95
Tested by
no test coverage detected