Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ stopService
Method
stopService
ZezeJava/ZezeJavaTest/src/demo/App.java:388–396 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
386
}
387
388
public
void
stopService() throws Exception {
389
lock();
390
try {
391
if
(TestServer != null)
392
TestServer.stop();
393
} finally {
394
unlock();
395
}
396
}
397
// ZEZE_FILE_CHUNK }}} GEN APP @formatter:on
398
}
Callers
1
Stop
Method · 0.95
Calls
3
stop
Method · 0.95
lock
Method · 0.65
unlock
Method · 0.65
Tested by
no test coverage detected