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

Method isHotUpgrade

ZezeJava/ZezexJava/server/ModuleEquip.hot.java:65–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 private boolean isHotUpgrade() {
66 var hotManager = App.Zeze.getHotManager();
67 if (null == hotManager)
68 return false;
69 return hotManager.isUpgrading();
70 }
71
72 public void Start(App app) {
73 App.Zeze.getHotManager().throwIfMatch("start");

Callers 2

StartMethod · 0.95
StopMethod · 0.95

Calls 2

isUpgradingMethod · 0.80
getHotManagerMethod · 0.45

Tested by

no test coverage detected