Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ start
Method
start
ZezeJava/ZezeJava/src/main/java/Zeze/Dbh2/Master/Main.java:32–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
public
void
start() throws Exception {
33
service.start();
34
ShutdownHook.add(this, this::stop);
35
}
36
37
public
void
stop() throws Exception {
38
ShutdownHook.remove(this);
Callers
1
main
Method · 0.95
Calls
2
add
Method · 0.95
start
Method · 0.65
Tested by
no test coverage detected