MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / serversPath

Method serversPath

launcher/ui/pages/instance/ServersPage.cpp:586–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584 }
585
586 QString serversPath()
587 {
588 QFileInfo foo(FS::PathCombine(m_path, "servers.dat"));
589 return foo.filePath();
590 }
591
592private:
593 bool m_loaded = false;

Callers

nothing calls this directly

Calls 2

PathCombineFunction · 0.85
filePathMethod · 0.80

Tested by

no test coverage detected