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

Method setOutputAddressPtr

launcher/launch/steps/LookupServerAddress.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void LookupServerAddress::setOutputAddressPtr(MinecraftServerTargetPtr output)
36{
37 m_output = std::move(output);
38}
39
40bool LookupServerAddress::abort()
41{

Callers 1

createLaunchTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected