Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ startService
Method
startService
ZezeJava/ZezexJava/server/src/Game/App.java:333–341 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
331
}
332
333
public
void
startService() throws Exception {
334
lock();
335
try {
336
Server.start();
337
ServerDirect.start();
338
} finally {
339
unlock();
340
}
341
}
342
343
public
void
stopService() throws Exception {
344
lock();
Callers
1
Start
Method · 0.95
Calls
3
lock
Method · 0.65
start
Method · 0.65
unlock
Method · 0.65
Tested by
no test coverage detected