MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / getJava

Method getJava

daemon/src/service/java_manager.ts:60–62  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

58 }
59
60 getJava(id: string) {
61 return this.javaList.get(id);
62 }
63
64 exists(id: string) {
65 return this.javaList.has(id);

Callers 5

getJavaRuntimeCommandMethod · 0.95
removeJavaMethod · 0.95
java_manager.tsFile · 0.80
handleStopInstanceFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected