Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ startService
Method
startService
ZezeJava/ZezeJavaTest/src/demo/App.java:379–386 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
377
}
378
379
public
void
startService() throws Exception {
380
lock();
381
try {
382
TestServer.start();
383
} finally {
384
unlock();
385
}
386
}
387
388
public
void
stopService() throws Exception {
389
lock();
Callers
1
Start
Method · 0.95
Calls
3
start
Method · 0.95
lock
Method · 0.65
unlock
Method · 0.65
Tested by
no test coverage detected