Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ startModules
Method
startModules
ZezeJava/ZezexJava/linkd/src/Zezex/App.java:199–206 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
}
198
199
public
void
startModules() throws Exception {
200
lock();
201
try {
202
Zezex_Linkd.Start(this);
203
} finally {
204
unlock();
205
}
206
}
207
208
@Override
209
public
void
startLastModules() throws Exception {
Callers
1
Start
Method · 0.95
Calls
3
lock
Method · 0.65
unlock
Method · 0.65
Start
Method · 0.45
Tested by
no test coverage detected