Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getJavaRuntimeCommand
Method · 0.95
removeJava
Method · 0.95
java_manager.ts
File · 0.80
handleStopInstance
Function · 0.80
java_manager_router.ts
File · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected