MCPcopy 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

removeInstanceMethod · 0.95
stopForwardMethod · 0.95
getFileManagerFunction · 0.45
actionMethod · 0.45
listModsMethod · 0.45
toggleModMethod · 0.45
deleteModMethod · 0.45
installModMethod · 0.45
getModConfigMethod · 0.45
takeoverContainerFunction · 0.45
java_manager.tsFile · 0.45
handleStopInstanceFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected