Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
592
private:
593
bool m_loaded = false;
Callers
nothing calls this directly
Calls
2
PathCombine
Function · 0.85
filePath
Method · 0.80
Tested by
no test coverage detected