Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ startService
Method
startService
ZezeJava/ZezexJava/linkd/src/Zezex/App.java:238–246 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
}
237
238
public
void
startService() throws Exception {
239
lock();
240
try {
241
LinkdService.start();
242
ProviderService.start();
243
} finally {
244
unlock();
245
}
246
}
247
248
public
void
stopService() throws Exception {
249
lock();
Callers
1
Start
Method · 0.95
Calls
4
start
Method · 0.95
lock
Method · 0.65
start
Method · 0.65
unlock
Method · 0.65
Tested by
no test coverage detected