Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ originExists
Method
originExists
src/shared/directoryentry.cpp:256–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
bool DirectoryEntry::originExists(const std::wstring& name) const
257
{
258
return m_OriginConnection->exists(name);
259
}
260
261
FilesOrigin& DirectoryEntry::getOriginByID(int ID) const
262
{
Callers
7
getOrigin
Method · 0.80
displayModInformation
Method · 0.80
modRenamed
Method · 0.80
fileMoved
Method · 0.80
modStatusChanged
Method · 0.80
doConflictCheck
Method · 0.80
isRedundant
Method · 0.80
Calls
1
exists
Method · 0.45
Tested by
no test coverage detected