MCPcopy Create free account
hub / github.com/e2wugui/zeze / start

Method start

ZezeJava/ZezeJava/src/main/java/Zeze/Arch/Online.java:196–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 }
195
196 public void start() {
197 startLocalCheck();
198 providerApp.builtinModules.put(this.getFullName(), this);
199 var hotManager = providerApp.zeze.getHotManager();
200 if (null != hotManager)
201 hotManager.addHotUpgrade(this);
202 }
203
204 public void setLocalActiveTimeout(long timeout) {
205 lock();

Callers

nothing calls this directly

Calls 5

startLocalCheckMethod · 0.95
addHotUpgradeMethod · 0.80
putMethod · 0.65
getFullNameMethod · 0.65
getHotManagerMethod · 0.45

Tested by

no test coverage detected