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

Method accessWillRemoveTable

ZezeJava/ZezexJava/server/ModuleEquip.java:159–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 }
158
159 private void accessWillRemoveTable() {
160 // 访问一下将被热更删除的表。
161 var rremove = _tHotRemove.getOrAdd(1L);
162 rremove.setAttack(123);
163 }
164
165 private static void accessWillRemoveVar(BEquipExtra record) {
166 record.setHotRemoveVar(record.getHotRemoveVar() + 1); // 访问将被删除的变量。

Callers 1

hotHelloWorldMethod · 0.95

Calls 2

setAttackMethod · 0.65
getOrAddMethod · 0.45

Tested by

no test coverage detected