Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
decode
Method · 0.95
update
Method · 0.95
editInContainer
Method · 0.45
nestProcedure
Method · 0.45
Calls
3
getCurrent
Method · 0.95
isManaged
Method · 0.65
putLog
Method · 0.45
Tested by
no test coverage detected