Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ destroyServices
Method
destroyServices
ZezeJava/ZezexJava/server/src/Game/App.java:253–261 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
251
}
252
253
public
void
destroyServices() {
254
lock();
255
try {
256
Server = null;
257
ServerDirect = null;
258
} finally {
259
unlock();
260
}
261
}
262
263
public
void
destroyZeze() {
264
lock();
Callers
1
Stop
Method · 0.95
Calls
2
lock
Method · 0.65
unlock
Method · 0.65
Tested by
no test coverage detected