Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ setInstance
Method
setInstance
launcher/LaunchController.h:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
virtual ~LaunchController(){};
18
19
void setInstance(InstancePtr instance) {
20
m_instance = instance;
21
}
22
23
InstancePtr instance() {
24
return m_instance;
Callers
1
launch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected