MCPcopy 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
157def java_stop():
158 global _javaserver
159 if _javaserver is not None:
160 stop_server(_javaserver)
161
162
163if __name__ == "__main__":

Callers 1

mainFunction · 0.90

Calls 1

stop_serverFunction · 0.85

Tested by

no test coverage detected