Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ setAddress
Method
setAddress
src/main/java/jace/core/RAMEvent.java:128–130 ·
view source on GitHub ↗
(int address)
Source
from the content-addressed store, hash-verified
126
}
127
128
public
final
void
setAddress(
int
address) {
129
this.address = address;
130
}
131
132
public
int
getOldValue() {
133
return
oldValue;
Callers
1
RAMEvent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected