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

Method setI

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/RocksRaft/Test.java:47–52  ·  view source on GitHub ↗
(int value)

Source from the content-addressed store, hash-verified

45 }
46
47 public void setI(int value) {
48 if (isManaged())
49 Transaction.getCurrent().putLog(new LogInt(this, 1, value));
50 else
51 _i = value;
52 }
53
54 @Override
55 public Bean copy() {

Callers 4

decodeMethod · 0.95
updateMethod · 0.95
editInContainerMethod · 0.45
nestProcedureMethod · 0.45

Calls 3

getCurrentMethod · 0.95
isManagedMethod · 0.65
putLogMethod · 0.45

Tested by

no test coverage detected