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

Method instanceExists

src/instancemanager.cpp:693–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693bool InstanceManager::instanceExists(const QString& instanceName) const
694{
695 const QDir root = globalInstancesRootPath();
696 return root.exists(instanceName);
697}
698
699std::unique_ptr<Instance> selectInstance()
700{

Callers 1

getInstanceNameFunction · 0.80

Calls 1

existsMethod · 0.45

Tested by

no test coverage detected