Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ startService
Method
startService
ZezeJava/ZezexJava/client/src/ClientGame/App.java:283–290 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
281
}
282
283
public
void
startService() throws Exception {
284
lock();
285
try {
286
ClientService.start();
287
} finally {
288
unlock();
289
}
290
}
291
292
public
void
stopService() throws Exception {
293
lock();
Callers
2
Start
Method · 0.95
Start2
Method · 0.95
Calls
3
lock
Method · 0.65
start
Method · 0.65
unlock
Method · 0.65
Tested by
no test coverage detected