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

Method getLoadTask

launcher/meta/VersionList.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32Task::Ptr VersionList::getLoadTask()
33{
34 load(Net::Mode::Online);
35 return getCurrentTask();
36}
37
38bool VersionList::isLoaded()
39{

Callers 2

loadListMethod · 0.45
createMethod · 0.45

Calls 1

loadFunction · 0.85

Tested by

no test coverage detected