MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getLocalLibraryPath

Method getLocalLibraryPath

launcher/minecraft/MinecraftInstance.cpp:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312QString MinecraftInstance::getLocalLibraryPath() const
313{
314 QDir libraries_dir(FS::PathCombine(instanceRoot(), "libraries/"));
315 return libraries_dir.absolutePath();
316}
317
318bool MinecraftInstance::supportsDemo() const
319{

Callers 5

executeTaskMethod · 0.80
executeTaskMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected