MCPcopy 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
256bool DirectoryEntry::originExists(const std::wstring& name) const
257{
258 return m_OriginConnection->exists(name);
259}
260
261FilesOrigin& DirectoryEntry::getOriginByID(int ID) const
262{

Callers 7

getOriginMethod · 0.80
displayModInformationMethod · 0.80
modRenamedMethod · 0.80
fileMovedMethod · 0.80
modStatusChangedMethod · 0.80
doConflictCheckMethod · 0.80
isRedundantMethod · 0.80

Calls 1

existsMethod · 0.45

Tested by

no test coverage detected