Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ stopService
Method
stopService
ZezeJava/ZezexJava/client/src/ClientGame/App.java:292–300 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
290
}
291
292
public
void
stopService() throws Exception {
293
lock();
294
try {
295
if
(ClientService != null)
296
ClientService.stop();
297
} finally {
298
unlock();
299
}
300
}
301
// ZEZE_FILE_CHUNK }}} GEN APP @formatter:on
302
}
Callers
1
Stop
Method · 0.95
Calls
3
lock
Method · 0.65
stop
Method · 0.65
unlock
Method · 0.65
Tested by
no test coverage detected