Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ setOldValue
Method
setOldValue
src/main/java/jace/core/RAMEvent.java:136–138 ·
view source on GitHub ↗
(int oldValue)
Source
from the content-addressed store, hash-verified
134
}
135
136
public
final
void
setOldValue(
int
oldValue) {
137
this.oldValue = oldValue;
138
}
139
140
public
int
getNewValue() {
141
return
newValue;
Callers
1
RAMEvent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected