Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ destroyModules
Method
destroyModules
ZezeJava/ZezexJava/linkd/src/Zezex/App.java:170–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
168
}
169
170
public
void
destroyModules() throws Exception {
171
lock();
172
try {
173
Zezex_Linkd = null;
174
modules.clear();
175
} finally {
176
unlock();
177
}
178
}
179
180
public
void
destroyServices() {
181
lock();
Callers
1
Stop
Method · 0.95
Calls
3
lock
Method · 0.65
clear
Method · 0.65
unlock
Method · 0.65
Tested by
no test coverage detected