Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ getInstance
Method
getInstance
daemon/src/service/system_instance.ts:250–252 ·
view source on GitHub ↗
(instanceUuid: string)
Source
from the content-addressed store, hash-verified
248
}
249
250
getInstance(instanceUuid: string) {
251
return
this.instances.get(instanceUuid);
252
}
253
254
getQueryMapWrapper() {
255
return
new
QueryMapWrapper(this.instances);
Callers
15
removeInstance
Method · 0.95
stopForward
Method · 0.95
getFileManager
Function · 0.45
action
Method · 0.45
listMods
Method · 0.45
toggleMod
Method · 0.45
deleteMod
Method · 0.45
installMod
Method · 0.45
getModConfig
Method · 0.45
takeoverContainer
Function · 0.45
java_manager.ts
File · 0.45
handleStopInstance
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected