Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SySS-Research/hallucinate
/ java_stop
Function
java_stop
hallucinate/java.py:157–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
156
157
def
java_stop():
158
global _javaserver
159
if
_javaserver is not None:
160
stop_server(_javaserver)
161
162
163
if
__name__ ==
"__main__"
:
Callers
1
main
Function · 0.90
Calls
1
stop_server
Function · 0.85
Tested by
no test coverage detected